Last active
August 29, 2015 14:06
-
-
Save ffoodd/c79030c282bd36ee544f to your computer and use it in GitHub Desktop.
Alignement de définitions
This file contains hidden or 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
/** | |
* Alignement de définitions | |
*/ | |
dl { | |
color: #666; | |
margin: 0; | |
padding: 0; | |
} | |
dt, dd { | |
float: left; | |
margin: 0 0 2px; | |
padding: 2px 5px; | |
} | |
dt { | |
background-color: #ececec; | |
clear: left; | |
width: 250px; | |
} |
This file contains hidden or 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>Terme 1</dt><dd>Lorem ipsum</dd> | |
<dt>Terme 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauris.</dt><dd>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauris.</dd> | |
<dt>Terme 3</dt><dd>Lorem ipsum</dd> | |
<dt>Terme 4</dt><dd>Lorem ipsum</dd> | |
<dt>Terme 5</dt><dd>Lorem ipsum</dd> | |
</dl> |
This file contains hidden or 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
// alert('Hello world!'); |
This file contains hidden or 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","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