Created
March 14, 2012 13:03
-
-
Save gueno/2036308 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, html { | |
height: 100%; | |
margin: 0; | |
} | |
.verticale { | |
float: left; | |
width: 25%; | |
height: 100%; | |
} | |
.rouge { background: red; } | |
.bleue { background: blue; } | |
.verte { background: green; } | |
.jaune { background: 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="verticale rouge"></div> | |
<div class="verticale bleue"></div> | |
<div class="verticale verte"></div> | |
<div class="verticale jaune"></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","seethrough":"","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment