www.smashingmagazine.com
Fluid Sizing Instead Of Multiple Media Queries?
6
If you like math and CSS, you’ll love this one. We don’t need to use media queries to change the values of some CSS properties — *font-size*, *padding*, *margin* etc. — depending on the viewport width, with the CSS `clamp` function. But: we still ... Read full article