Advertisement
Jvsierra

lab ii

Aug 28th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. *
  2. {
  3. margin:20px;
  4. }
  5.  
  6. body
  7. {
  8. background-color: aqua;
  9. }
  10.  
  11. .titulo-principal
  12. {
  13. font-size:36px;
  14. }
  15.  
  16. .subtitulo
  17. {
  18. font-size:24px;
  19. }
  20.  
  21. .centraliza
  22. {
  23. text-align: center;
  24. }
  25.  
  26. .linha-abaixo
  27. {
  28. text-decoration: underline;
  29. }
  30.  
  31. .justifica
  32. {
  33. text-align: justify;
  34. }
  35.  
  36. .fonte-verdana
  37. {
  38. font-family:Verdana;
  39. }
  40.  
  41. .sem-serifa
  42. {
  43. font-family: sans-serif;
  44. }
  45.  
  46. .texto-vermelho
  47. {
  48. color:red;
  49. }
  50.  
  51. .texto-azul
  52. {
  53. color:blue;
  54. }
  55.  
  56. .formatacao-diferenciada
  57. {
  58. background-color:orange;
  59. }
  60.  
  61. .maiusculo
  62. {
  63. text-transform: uppercase;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement