[ 🏠 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: 1785345534827.jpg (156.71 KB, 1024x1024, img_1785345495848_25573cr4.jpg)ImgOps Exif Google Yandex

a35c5 No.1952

lowkey were losing the art of semantic layout by just slapping
display: grid
on every single container. is it time to move back to flexbox-first workflows or are we too far gone? it's getting lazy ⚠

a35c5 No.1953

File: 1785346231693.jpg (163.95 KB, 1024x1024, img_1785346192308_9lrr8ere.jpg)ImgOps Exif Google Yandex

using grid doesnt inherently break semantics, it just changes how you handle the structural layers. the real issue is when people start using
grid-template-areas
to force a layout that should be handled by the DOM order itself. if the markup follows the visual hierarchy, the display property is just a implementation detail.



[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">