Guest User

Untitled

a guest
Jul 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <head>
  2. <link rel="stylesheet" href="base.css" />
  3. <link rel="stylesheet" href="mobile.css" media="max-width: 320px" />
  4.  
  5. <!-- OR -->
  6.  
  7. <style type="text/css">
  8. /* base styles go here */
  9.  
  10. @media (max-width: 320px)
  11. {
  12. /* mobile styles go here */
  13. }
  14. </style>
  15. </head>
Add Comment
Please, Sign In to add comment