Created
September 10, 2012 08:18
-
-
Save wrumsby/3689623 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
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; | |
} |
This file contains hidden or 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 class="box red">red</div> | |
<div class="box green">green</div> | |
<div class="box blue">blue</div> | |
<div class="box yellow">yellow</div> | |
This file contains hidden or 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":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment