Skip to content

Comment on Ask HN: Best way to learn HTML and CSS for web design?parent

Comments

It's not just about media queries... one also needs to understand the concept of "fluid layouts" -- that is, declaring your widths in percentages instead of pixels. Media queries can help tweak a design to change/respond to different screen widths, but the first step is making sure your widths are fluid and flexible (otherwise you'd basically need separate media queries for every single pixel from 300 to 1000).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.