Advertisement
joaopaulofcc

estilo.css

Nov 3rd, 2021
1,296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. p {
  2.     font-family: Courier;
  3.     font-size: 20px;
  4. }
  5.  
  6. .primeiroParagrafo {
  7.     color: blue;
  8. }
  9.  
  10. .segundoParagrafo {
  11.     color: rgb(255,0,0);
  12. }
  13.  
  14. #p1 {
  15.     font-weight: bold;
  16. }
  17.  
  18. #p2 {
  19.     text-decoration: underline;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement