Skip to content

Instantly share code, notes, and snippets.

@iamsebastian
Created March 6, 2014 12:14
Show Gist options
  • Save iamsebastian/9388372 to your computer and use it in GitHub Desktop.
Save iamsebastian/9388372 to your computer and use it in GitHub Desktop.
monster crusher
/* 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;}
<div></div>
<div></div>
<div></div>
<div></div>
<div></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