Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.94 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. body {
  4.     background-color: #f2f2f2;
  5. }
  6.  
  7. footer {
  8.     position: relative;
  9.     height: 40px;
  10.     margin-top: -40px;
  11.     clear: both;
  12. }
  13.  
  14. .Bloco {
  15.     width: 960px;
  16. }
  17.  
  18. .Texto_1 {
  19.     font-family: Arial;
  20.     font-size: 20px;
  21.     color: #000000;
  22.     margin: 40px 40px;
  23. }
  24.  
  25. .Bloco_Esquerda {
  26.     background-color: #ffffff;
  27.     float: left;
  28.     width: 42%;
  29.     padding-block-end: 20px;
  30. }
  31.  
  32. .Bloco_Direita {
  33.     background-color: #ffffff;
  34.     float: right;
  35.     width: 42%;
  36.     padding-block-end: 20px;
  37. }
  38.  
  39. #img_amifdv {
  40.     padding: 20px 20px 0px 20px;
  41. }
  42.  
  43. a {
  44.     text-decoration: none;
  45.     font-family: Times;
  46.     font-size: 22px;
  47.     font-weight: bold;
  48.     color: #000000;
  49.     margin: 10px 20px 20px;
  50. }
  51.  
  52.  
  53. .Texto_2E, .Texto_2D {
  54.     font-family: Arial;
  55.     font-size: 16px;
  56.     font-weight: bold;
  57.     color: #e60000;
  58.     margin: 10px 20px;
  59. }
  60.  
  61.  
  62.  
  63. #img_rac {
  64.     padding: 20px 20px 0px 20px;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement