Advertisement
Guest User

Untitled

a guest
May 28th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. /* Set rules to fill background */
  2.             min-height: 100%;
  3.             min-width: 1024px;
  4.            
  5.             /* Set up proportionate scaling */
  6.             width: 100%;
  7.             height: auto;
  8.            
  9.             /* Set up positioning */
  10.             position: fixed;
  11.             top: 0;
  12.             left: 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement