Skip to content

Instantly share code, notes, and snippets.

@fazen
Forked from anonymous/dabblet.css
Created December 22, 2011 11:24
Show Gist options
  • Save fazen/1509967 to your computer and use it in GitHub Desktop.
Save fazen/1509967 to your computer and use it in GitHub Desktop.
Untitled
dl {
border: 4px solid #bbb;
padding: 1em;
background: #ccc;
}
dt {
font-weight: 600;
margin: 1em 0;
}
dd {
font-style: italic;
margin: 1em;
}
<dl>
<dt>descrizione</dt>
<dd>valore 1</dd>
<dd>valore 2</dd>
<dt>descrizione 2</dt>
<dd>valore 3</dd>
<dd>valore 4, prova, prova, prova, prova, prova</dd>
</dl>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment