Skip to content

Instantly share code, notes, and snippets.

Created June 11, 2012 11:45
Show Gist options
  • Save anonymous/2909718 to your computer and use it in GitHub Desktop.
Save anonymous/2909718 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
hmtl{
background: #f06;
background: white;
min-height: 100%;
}
.block{
float:left;
margin-right:30px;
}
<!-- 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>
{"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