/ Published in: CSS
load it at the very end of the css file
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@media screen and (max-width: 480px) { style goes here } @media screen and (max-width: 800px) { style goes here } @media screen and (max-width: 1280px) { style goes here }