Advertisement
danine1

Bateaux media screens

Feb 25th, 2021
805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1. MEDIA SCREENS BATEAUX THEME:
  2.  
  3. @media only screen and (min-width: 768px) and (max-width: 960px) {}
  4.  
  5. @media only screen and (max-width: 960px) {}
  6.  
  7. @media only screen and (max-width: 767px) {}
  8.  
  9. @media only screen and (max-width: 1200px) {}
  10.  
  11. @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {}
  12.  
  13. @media all and (max-width: 900px) {}
  14.  
  15. @media (min-width: 768px) {}
  16.  
  17. @media (min-width: 769px) and (max-width: 1000px) {}
  18.  
  19. @media (min-width: 1001px) and (max-width: 1200px) {}
  20.  
  21. @media (min-width: 1201px) and (max-width: 1400px) {}
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement