Created
June 11, 2012 11:45
-
-
Save anonymous/2909718 to your computer and use it in GitHub Desktop.
The first commented line 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 line is your dabblet’s title | |
*/ | |
hmtl{ | |
background: #f06; | |
background: white; | |
min-height: 100%; | |
} | |
.block{ | |
float:left; | |
margin-right:30px; | |
} |
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> --><dl><dt>erster titel</dt> | |
<dd>erste beschreibung</dd><dt>zweiter titel</dt> | |
<dd>zweite beschreibung</dd> | |
</dl> | |
<div><div class="block"><div class="titel">erster titel</div><div class="beschreibung">erste beschreibung</div></div><div class="block"><div class="titel">zweite titel</div><div class="beschreibung">zweite beschreibung</div></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-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment