Created
March 6, 2014 12:14
-
-
Save iamsebastian/9388372 to your computer and use it in GitHub Desktop.
monster crusher
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
/* monster crusher */ | |
body { | |
height: 100%; | |
} | |
div { | |
height:400px; | |
float:left; | |
width:24%; | |
content: ""; | |
} | |
div:nth-of-type(1) {background:#EFFFD2;} | |
div:nth-of-type(2) {background:#BBDB85;} | |
div:nth-of-type(3) {background:black;width:2%;margin:0 1%} | |
div:nth-of-type(4) {background:#cbe69c;} | |
div:nth-of-type(5) {background:#BBDB85;} |
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></div> | |
<div></div> | |
<div></div> | |
<div></div> | |
<div></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