Advertisement
TuAreaDeInformatica

Curso HTML5 - Parte 7 [CSS]

Mar 3rd, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.12 KB | None | 0 0
  1. p {
  2.     color: green;
  3.     font-family: Arial, Helvetica, sans-serif;
  4.     text-decoration: underline;
  5. }
  6.  
  7. a {
  8.     color: white;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement