kalponikoronno

responsive layout

Jan 15th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. /*Medium screen */
  2. @media (min-width: 992px) and (max-width: 1199px) {
  3.  
  4.  
  5. }
  6.  
  7. /*Tablet layout 768px */
  8. @media only screen and (min-width: 768px) and (max-width: 991px) {
  9.  
  10.  
  11.  
  12. }
  13.  
  14. /*Tablet layout 320px */
  15. @media only screen and (max-width: 767px) {
  16.  
  17.  
  18.  
  19. }
  20.  
  21. /*Wide layout 480px */
  22. @media only screen and (min-width: 480px) and (max-width: 767px) {
  23.  
  24.  
  25.  
  26. }
Advertisement
Add Comment
Please, Sign In to add comment