Skip to content

Instantly share code, notes, and snippets.

@hidoos
Created March 24, 2014 05:32
Show Gist options
  • Save hidoos/9734641 to your computer and use it in GitHub Desktop.
Save hidoos/9734641 to your computer and use it in GitHub Desktop.
Untitled
.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;
}
<div>
<span class="red">Red</span>
</div>
<div>
<span class="green">Green</span>
</div>
<div>
<span class="blue">Blue</span>
</div>
// alert('Hello world!');
{"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