Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <style type='text/css'>
  2. body {width:100%;}
  3. </style>
  4.  
  5. <style type="text/css">
  6. @media screen and (min-width:1px) and (max-width:1365px) {
  7. ...
  8. }
  9. @media screen and (min-width:1366px) {
  10. ...
  11. }
  12. </style>
  13.  
  14. body {width:100%;}
  15.  
  16. <link rel='stylesheet' media='screen and (min-width: 778px)' href='css800width.css' />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement