Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. body{
  2.     background-color: rgb(183, 251, 206);
  3.     font-family: Arial, Verdana;
  4. }
  5.  
  6. h1{
  7.     color: rgb(56, 1, 131)
  8. }
  9.  
  10. table{
  11.     border-style: solid;
  12.     border-width: 2px;
  13.     border-color: white;
  14.     border-collapse: collapse;
  15. }
  16.  
  17. td{
  18.     border-style: solid;
  19.     border-width: 1px;
  20.     border-color: white;
  21. }
  22.  
  23. .branco{
  24.     margin-left: 4.5cm;
  25. }
  26.  
  27. .libranco{
  28.     color: white;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement