CSS Media Queries


/ Published in: CSS
Save to your folder(s)

load it at the very end of the css file


Copy this code and paste it in your HTML
  1. @media screen and (max-width: 480px) { style goes here }
  2. @media screen and (max-width: 800px) { style goes here }
  3. @media screen and (max-width: 1280px) { style goes here }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.