Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Understanding How To “Speak” Media Queries Re: Understanding How To “Speak” Media Queries

#66597
Chris Coyier
Keymaster

If you set a max-width on an element of 500px, it CAN be 400px, or 300px, or anything lower than 500px.

So for this media query, the rules says:

“Everything inside of these curly brackets will take affect until the browser is at a maximum of 1024px wide”