Skip to content

Instantly share code, notes, and snippets.

@gueno
Created March 14, 2012 13:03
Show Gist options
  • Save gueno/2036308 to your computer and use it in GitHub Desktop.
Save gueno/2036308 to your computer and use it in GitHub Desktop.
Untitled
body, html {
height: 100%;
margin: 0;
}
.verticale {
float: left;
width: 25%;
height: 100%;
}
.rouge { background: red; }
.bleue { background: blue; }
.verte { background: green; }
.jaune { background: yellow; }
<div class="verticale rouge"></div>
<div class="verticale bleue"></div>
<div class="verticale verte"></div>
<div class="verticale jaune"></div>
{"view":"split","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment