tech/webdev magazine

March 1, 2019

Look Ma, No Media Queries! Responsive Layouts Using CSS Grid

Friday, March 01, 2019 Teklinks

Not only has CSS Grid reshaped the way we think and build layouts for the web, but it has also contributed to writing more resilient code, replacing "hacky" techniques we've used before, and in some cases, killing the need to rely on code for specific resolutions and viewports. What's so cool about this era in web development is that we're capable of doing more and more with fewer lines of code.

Full article