Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @media only screen and (min-width: 320px) and (max-width: 480px) {
  2. }
  3.  
  4. @media only screen and (min-width: 320px) and (max-width: 640px) {
  5. }
  6.  
  7. <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
  10.  
  11. @media only screen and (min-width: 320px) and (max-width: 480px) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement