Created
April 10, 2017 07:57
-
-
Save alexeyten/f4de498bd443ce79ceb1f9e06ff5611b to your computer and use it in GitHub Desktop.
Привет «дизайнерам»!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Привет «дизайнерам»! | |
*/ | |
html { | |
color: black; | |
background: white; | |
} | |
.opacity { | |
opacity: 0.5; | |
} | |
.overlay { | |
position: relative; | |
} | |
.overlay::before { | |
content: ""; | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: hsla(0, 0%, 100%, .5); | |
pointer-events: none; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p class="opacity">Это серый текст</p> | |
<p class="overlay">Это тоже серый текст</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"90","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment