Skip to content

Instantly share code, notes, and snippets.

@wrumsby
Created September 6, 2012 08:32
Show Gist options
  • Save wrumsby/3653087 to your computer and use it in GitHub Desktop.
Save wrumsby/3653087 to your computer and use it in GitHub Desktop.
Untitled
body {
background-color: #fff;
color: #333;
}
.box {
position: absolute;
margin: 10px;
width: 150px;
height: 150px;
opacity: 0.9;
}
.red {
background-color: red;
left: 0;
top: 0;
}
.green {
background-color: green;
right: 0;
top: 0;
}
.blue {
background-color: blue;
left: 0;
bottom: 0;
}
.yellow {
background-color: yellow;
right: 0;
bottom: 0;
}
<div class="box red"></div>
<div class="box green"></div>
<div class="box blue"></div>
<div class="box yellow"></div>
{"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