Advertisement
Guest User

Untitled

a guest
Nov 14th, 2011
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. .centrer {
  2.     position: relative;
  3.     width: 980px;
  4.     margin-left: auto;
  5.     margin-right: auto;
  6.     -spip-clear: fix;
  7.  
  8.     @media all and (max-width: 980px) and (min-width: 681px) {
  9.         width: 670px;
  10.     }
  11.  
  12.     @media all and (max-width: 680px) {
  13.         width: 80%;
  14.         max-width: 460px;
  15.         margin-left: 10%;
  16.         margin-right: 10%;
  17.         font-size: 90%;
  18.     }  
  19. }
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement