This will call a specific style sheet if the screen size is more than 700px and less than 900px
1 2 3 |
<link rel='stylesheet' media='screen and (min-width: 701px) and (max-width: 900px)' href='css/medium.css' /> |
This will call a specific style sheet if the screen size is more than 700px and less than 900px
1 2 3 |
<link rel='stylesheet' media='screen and (min-width: 701px) and (max-width: 900px)' href='css/medium.css' /> |
© 2022 CODEHAVEN