Advertisement
xsubZERO

Screen Size Coding

Apr 15th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Adjusting Layouts To Fit Screen Sizes: Coding by Harlow of subZERO (c)
  2. =========================
  3.  
  4. <style>
  5. .xsubzero { Background Properties }
  6. table, tr, td { background-color:transparent; border:none; border-width:0;}
  7. body {
  8. background-color:#000;
  9. background-image:url("");
  10. background-attachment:absolute;
  11. background-repeat:no-repeat;
  12. background-position:center;
  13. width: SCREENSIZEpx;
  14. height: SCREENSIZEpx;}
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement