Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <!-- Base = Normalize for basic and small screens -->
  2. <link rel="stylesheet" href="css/base.css">
  3. <!-- Enhanced = Styles for devices that understand media queries -->
  4. <link rel="stylesheet" href="css/enhanced.css" media=”screen, handheld” />
  5. <!-- Medium = Devices larger then generlized phone size -->
  6. <link rel="stylesheet" href="css/medium.css" media=”only screen and (min-width:37em)”/>
  7. <!-- Large = Larger tablets and desktops -->
  8. <link rel="stylesheet" href="css/large.css" media=”only screen and (min-width:45em)”/>
  9. <!-- Extralarge = Large displays and tv -->
  10. <link rel="stylesheet" href="css/extralarge.css" media=”only screen and (min-width:60em)”/>
  11.  
  12. <!-- Base = Normalize for basic and small screens -->
  13. <link rel="stylesheet" href="css/base.css">
  14. <!-- Enhanced = Styles for devices that understand media queries -->
  15. <link rel="stylesheet" href="css/enhanced.css" media="screen, handheld" />
  16. <!-- Medium = Devices larger then generlized phone size -->
  17. <link rel="stylesheet" href="css/medium.css" media="only screen and (min-width:37em)"/>
  18. <!-- Large = Larger tablets and desktops -->
  19. <link rel="stylesheet" href="css/large.css" media="only screen and (min-width:45em)"/>
  20. <!-- Extralarge = Large displays and tv -->
  21. <link rel="stylesheet" href="css/extralarge.css" media="only screen and (min-width:60em)"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement