Skip to content

Instantly share code, notes, and snippets.

Created December 22, 2011 11:21
Show Gist options
  • Save anonymous/1509963 to your computer and use it in GitHub Desktop.
Save anonymous/1509963 to your computer and use it in GitHub Desktop.
Untitled
dl {
border: 1px solid;
padding: 1em;
background: #ccc;
}
dd {
font-style: italic;
}
<dl>
<dt>descrizione</dt>
<dd>valore 1</dd>
<dd>valore 2</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