Advertisement
firoze

Responsive Media Query

May 8th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // responsive media query
  2.  
  3. @media (min-width:450px) {
  4.  
  5.  
  6. }
  7.  
  8.  
  9. @media (min-width: 768px) {
  10.  
  11. }
  12.  
  13.  
  14. @media (min-width: 992px) {
  15.  
  16.  
  17. }
  18.  
  19. @media (min-width: 1200px) {
  20.  
  21.  
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement