Advertisement
alpha3001

Untitled

Aug 18th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. body{
  2.         margin-top: 60px;
  3.         margin-left: 60px;
  4.         margin-right: 60px;
  5.         background: url(ptn.gif);
  6.         background-repeat: initial;
  7.         font-family: Adobe Garamond Pro;
  8.         margin-bottom: 60px;
  9.     }
  10.  
  11. td{
  12.         padding-left: 20px;
  13.         padding-right: 15px;
  14.     }
  15.  
  16. .mer{
  17.         font-size: 35px;
  18.         text-align: center;
  19.     }
  20. .up{
  21.         width: 100%;
  22.         margin-bottom: -20px;
  23.     }
  24. .bot{
  25.         width: 100%;
  26.     }
  27. .tab{
  28.         background: url(mid.gif);
  29.         background-size: contain;
  30.         background-repeat: repeat-y;
  31.         width: 100%;
  32.  
  33.     }
  34. .more{
  35.         vertical-align: top;
  36.     }
  37. .vid{
  38.         width: 360px;
  39.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement