Skip to content

Instantly share code, notes, and snippets.

@rogeralbinoi
Last active January 31, 2018 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogeralbinoi/34e93574be891b988dd954ebbb635709 to your computer and use it in GitHub Desktop.
Save rogeralbinoi/34e93574be891b988dd954ebbb635709 to your computer and use it in GitHub Desktop.
p {
color: blue; /* altera a cor do texto */
font-size: 10px; /* altera o tamanho da fonte */
font-weight: bold; /* negrito */
font-style: italic; /* texto em itálico */
font-family: Arial; /* altera a familia da fonte */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment