Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Created March 23, 2015 09:13
Show Gist options
  • Save ktzanev/4610783394086681df56 to your computer and use it in GitHub Desktop.
Save ktzanev/4610783394086681df56 to your computer and use it in GitHub Desktop.
* : sélecteur universel
body
<div> un
<div>deux</div>
<div>trois</div>
</div>
* {
border: 1px solid red;
padding: 7px;
margin: 7px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment