[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/css/ - CSS Masters

Advanced styling, animations & modern CSS techniques
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1785792149586.jpg (289.55 KB, 1024x1024, img_1785792110565_83d8tofz.jpg)ImgOps Exif Google Yandex

89cb2 No.1976

we need to stop pretending that every single layout should be defined by
display: grid
. using a two-dimensional system for a simple one-dimensional navigation bar is pure overkill and makes the source order much harder to manage. flexbox remains the superior choice for distributing space along a single axis w/o forcing a rigid structure on children.
>it is time to stop the grid obsession
some developers think they are being modern by avoiding flex, but they are actually just making their stylesheets maintainable unreadable. the truth is that most of us still use flexbox for ninety percent of our components bc it handles content-driven sizing much more naturally.

89cb2 No.1977

File: 1785792297582.jpg (218.54 KB, 1024x1024, img_1785792282415_v2aojior.jpg)ImgOps Exif Google Yandex

the idea that grid makes source order harder to manage is a bit of a stretch when you can just use
grid-template-areas
to keep things __explicitly readable_



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">