Skip to content

Instantly share code, notes, and snippets.

@wrumsby
Created September 10, 2012 08:18
Show Gist options
  • Save wrumsby/3689623 to your computer and use it in GitHub Desktop.
Save wrumsby/3689623 to your computer and use it in GitHub Desktop.
Untitled
body {
background-color: #fff;
color: #333;
font-family: sans-serif;
font-size: 20px;
}
.box {
margin: 10px;
width: 150px;
height: 150px;
color: #fff;
text-shadow: 1px 1px 2px #333;
opacity: 0.9;
}
.red {
background-color: red;
}
.green {
background-color: green;
}
.blue {
background-color: blue;
}
.yellow {
background-color: yellow;
}
<div class="box red">red</div>
<div class="box green">green</div>
<div class="box blue">blue</div>
<div class="box yellow">yellow</div>
{"view":"split-vertical","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