Advertisement
Guest User

Untitled

a guest
May 29th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. /*320px*/
  2. @media screen and (min-width:320px) and (max-width:767px) {
  3.  
  4. }
  5. /*768px*/
  6. @media screen and (min-width:768px) and (max-width:1023px) {
  7.  
  8. }
  9. /*1200px*/
  10. @media screen and (min-width: 1280px) and (max-width:1439px) {
  11.  
  12. }
  13. /*1400px*/
  14. @media screen and (min-width: 1440px) {
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement