Skip to content

Instantly share code, notes, and snippets.

@olarclara
Created March 11, 2017 09:19
Show Gist options
  • Save olarclara/625a9e718aaf0dc8bf1a29c36a3caf15 to your computer and use it in GitHub Desktop.
Save olarclara/625a9e718aaf0dc8bf1a29c36a3caf15 to your computer and use it in GitHub Desktop.
/* tag html */
body {
background-color: blue;
}
/* acessando via id */
#unique {
font-size: 24pt;
}
/* acessando via classes */
.bold {
font-weight: bold;
}
/* seletores aninhados */
div p {
color: #eeeeee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment