Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Created March 23, 2015 09:14
Show Gist options
  • Save ktzanev/e8a775c6763e7684cbdb to your computer and use it in GitHub Desktop.
Save ktzanev/e8a775c6763e7684cbdb to your computer and use it in GitHub Desktop.
E : sélecteur de balise
<p>Un premier paragraphe.</p>
<div> Un div qui contient :
<p>Un autre paragraphe.</p>
</div>
div {
padding: 1em;
background: yellow;
}
p {
font-style: italic;
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment