Last active
January 31, 2018 11:19
-
-
Save rogeralbinoi/34e93574be891b988dd954ebbb635709 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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