Skip to content

Instantly share code, notes, and snippets.

@iamsebastian
Created July 3, 2014 11:51
Show Gist options
  • Select an option

  • Save iamsebastian/651576df179dd4a691d1 to your computer and use it in GitHub Desktop.

Select an option

Save iamsebastian/651576df179dd4a691d1 to your computer and use it in GitHub Desktop.
Untitled
body {
margin: 0;
}
.bride {
width: 100%;
content: "";
height: 150px;
background-color: #FFF;
margin: 0;
}
div ~ div {
width: 20%;
height: 100px;
float: left;
}
div:nth-of-type(2) {background-color: #9CC4C3}
div:nth-of-type(3) {background-color: #7EA7AD}
div:nth-of-type(4) {background-color: #CD4A5E}
div:nth-of-type(5) {background-color: #4B4050}
div:nth-of-type(6) {background-color: #C6C6A8}
<div class="bride"></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment