Guest User

Untitled

a guest
Oct 21st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1.          body { background-color:#d0e4fe; text-align:center; margin:0 auto; }
  2.          h1 {color:orange; }
  3.          p {font-family: 'Shanti', sans-serif; }
  4.          #dmgshow
  5.          {
  6.          display:none;
  7.          width: 1500px ;
  8.          position: fixed;
  9.          left: 27%;
  10.          }
  11.          #tabledmg {
  12.          width: 50%;
  13.           border: 1px solid #ccc;  
  14.           }
  15.           #weapons {
  16.           background-color: #949698;      
  17.           }
Add Comment
Please, Sign In to add comment