Guest User

Untitled

a guest
May 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. width: 1000px; //The size of the div.
  3. position: relative;
  4. left: 50%; // moves the div's left edge to the center
  5. margin-left: -500px; //Half the size of the div, this moves is back to center the div
Add Comment
Please, Sign In to add comment