Created
January 8, 2012 15:50
-
-
Save anonymous/1578779 to your computer and use it in GitHub Desktop.
The first commented fne is your dabblet’s title
This file contains 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
/** | |
* The first commented fne is your dabblet’s title | |
*/ | |
#main { | |
width:700px; | |
margin:auto; | |
} | |
#left { | |
width:200px; | |
float:left; | |
background:blue; | |
} | |
#content { | |
background:red; | |
} | |
This file contains 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
<!-- content to be placed inside <body>…</body> --> | |
<div id="main"> | |
<div id="left">du contenu avec du texte</div> | |
<div id="content"> | |
<p>encore du contenu a vec beaucoup de texte, encore du contenu a vec beaucoup de texte encore du contenu a vec beaucoup de texte encore du contenu a vec beaucoup de texte</p> | |
<p>encore du contenu a vec beaucoup de text encore du contenu a vec beaucoup de texte encore du contenu a vec beaucoup de texte encore du contenu a vec beaucoup de texte encore du contenu a vec beaucoup de texte</p> | |
<p>encore du contenu a vec beaucoup de textencore du contenu a vec beaucoup de texteencore du contenu a vec beaucoup de texteencore du contenu a vec beaucoup de texte</p> | |
<p>encore du contenu a vec beaucoup de text</p> | |
<p>encore du contenu a vec beaucoup de text</p> | |
</div> | |
</div> |
This file contains 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","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment