Advertisement
rased

responsive

Jul 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2. /* Medium Layout :1280px */
  3. @media only screen and (min-width: 992px) and (max-width: 1200px){
  4.  
  5. }
  6.  
  7. /* Tablet Layout :768px */
  8. @media only screen and (min-width: 768px) and (max-width: 991px){
  9.  
  10. }
  11.  
  12. /* Mobile Layout :320px */
  13. @media only screen and (max-width: 767px){
  14.  
  15. }
  16.  
  17.  
  18. /* Wide Mobile Layout :480px */
  19. @media only screen and (min-width: 480px) and (max-width: 767px){
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement