Created
March 26, 2012 14:35
-
-
Save gueno/2205543 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{ margin: 0;} | |
#contenant { overflow: hidden } | |
.div { float: left; margin-bottom: -100%; padding-bottom: 100%; } | |
.rouge { background: red; width: 34%; } | |
.bleue { background: blue; width: 32%; } | |
.jaune { background: yellow; width: 34%; } | |
#footer{ height: 100px; background: silver; text-align: center; padding: 5px;} |
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 id="contenant"> | |
<div class="div rouge">une div rouge<br/>qui a une certaine hauteur<br/><br/>à cause de son contenu<br/><br/><br/>qui la fait descendre plus bas que les autres</div> | |
<div class="div bleue">une div bleue</div> | |
<div class="div jaune">une div jaune</div> | |
</div> | |
<div id="footer">footer</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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment