Guest User

Untitled

a guest
Jan 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. * {
  5.     padding:0px;
  6.     margin: 0px;
  7. }
  8.  
  9. body {
  10.     font-family:Arial, Helvetica, sans-serif;
  11.     font-size:1em;
  12.     text-align:justify;
  13.     background-color:#000;
  14. }
  15.  
  16. #main {
  17.     margin: 0 auto;
  18.     margin-top: 20px;
  19.     margin-bottom: 20px;
  20.     width: 1000px;
  21.     height:auto;
  22.     background-color: #333;
  23.     overflow:auto;
  24. }
Add Comment
Please, Sign In to add comment