Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. /* Old Style
  2. #content {
  3.     background-color: #ffffff;
  4.     left: 50%;
  5.     margin-left: -325px;
  6.     margin-top: 271px;
  7.     padding: 10px;
  8.     position: absolute;
  9.     width: 630px;
  10. }
  11.  
  12. change your old style to */
  13.  
  14. /* New Style */
  15. .content {
  16.     background-color: #ffffff;
  17.     left: 50%;
  18.     margin-left: -325px;
  19.     padding: 10px;
  20.     position: relative;
  21.     width: 630px;
  22. }
  23.  
  24. /* Add new style */
  25. .page {
  26.     margin-top: 271px;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement