Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Created March 23, 2015 09:16
Show Gist options
  • Save ktzanev/b7bda5053ae16d7ceb24 to your computer and use it in GitHub Desktop.
Save ktzanev/b7bda5053ae16d7ceb24 to your computer and use it in GitHub Desktop.
#id : sélecteur d'ID
<ul>
<li>un</li>
<li id="bingo">deux</li>
<li>trois</li>
</ul>
li {
font-size:3em;
}
#bingo {
text-shadow: 1px 2px 7px purple;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment