Guest User

Untitled

a guest
Feb 15th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @media only screen and (min-width: 1200px) {}
  2. @media only screen and (min-width: 768px) and (max-width: 991px){}
  3. @media only screen and (min-width: 992px) and (max-width: 1199px){}
  4. @media screen and (max-width: 767px){}
  5. @media screen and (min-width: 480px) and (max-width: 640px){}
Add Comment
Please, Sign In to add comment