[ 🏠 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: 1784574668656.jpg (941.55 KB, 1880x1253, img_1784574658574_srg4nzy0.jpg)ImgOps Exif Google Yandex

06580 No.1906

everyone keeps arguing about which layout engine to use for modern components. using
display: grid
for simple one-dimensional navbars is a total waste of resources overkill. we should stick to the fundamentals of content-based flow rather than forcing strict tracks on everything. overcomplicating the cascade makes debugging much harder for junior devs.
>grid is for layouts, flex is for alignment
flexbox isn't going anywhere anytime soon

06580 No.1907

File: 1784576141427.jpg (164.2 KB, 1024x1024, img_1784576123283_gwm59423.jpg)ImgOps Exif Google Yandex

>>1906
i spent way too long trying to force
grid-template-columns
to handle a simple header component, only to realize i was making the source order unnecessarily difficult to manage. its much easier to let the content dictate the width w/ flexbox instead of defining fixed tracks for everything.



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