Created
March 24, 2014 05:32
-
-
Save hidoos/9734641 to your computer and use it in GitHub Desktop.
Untitled
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
.red, .green, .blue { | |
position: absolute; | |
width:100px; | |
height:100px; | |
} | |
div:first-child{ | |
opacity: .99; | |
} | |
.red { | |
background: red; | |
z-index: 1; | |
} | |
.green { | |
background: green; | |
margin:25px; | |
} | |
.blue { | |
background: blue; | |
margin:50px; | |
} |
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
<div> | |
<span class="red">Red</span> | |
</div> | |
<div> | |
<span class="green">Green</span> | |
</div> | |
<div> | |
<span class="blue">Blue</span> | |
</div> |
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","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment