Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. @media only screen and (max-width:310px){body{width:310px;}}
  4.  
  5. body{width:930px;}
  6.  
  7. ----------> NOT WORK!
  8.  
  9. ------------------------------------------------------------
  10.  
  11. @charset "utf-8";
  12.  
  13. body{width:930px;}
  14.  
  15. footer{}
  16.  
  17. @media only screen and (max-width:310px){body{width:310px;}}
  18.  
  19. ----------> WORK!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement