Guest User

Untitled

a guest
May 24th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. .centerBG{
  2. height:100%;
  3. width: 70%;
  4. background-color: rgb(128,128,128);
  5. background-position:absolute;
  6. top: 0;
  7. right: 0;
  8. bottom: 0;
  9. left: 0;
  10. margin:auto;
  11. z-index: -99;
  12. }
  13.  
  14. body{
  15. background-color: #000000;
  16. }
Add Comment
Please, Sign In to add comment