Guest User

Untitled

a guest
Aug 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. How to show only the center of div when window size is smaller
  2. #flashContent
  3. {
  4. position: absolute;
  5. top: 180px;
  6. left: 50%;
  7. width : 1280px;
  8. margin-left: -640px; // half of 1280px
  9. }
Add Comment
Please, Sign In to add comment