[ 🏠 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: 1784776623239.jpg (98.98 KB, 1024x1024, img_1784776583812_chocehv2.jpg)ImgOps Exif Google Yandex

182b2 No.1919

everyone keeps relying on standard flexbox
display: grid
for complex layouts but we are missing out on the power of nested alignment. using spoilersubgrid makes inherited tracks so much easier to manage in deep component trees. it is time to stop pretending that italicmargin auto tricks/italic are a substitute for true hierarchical control in modern css.

182b2 No.1920

File: 1784777299510.jpg (76.22 KB, 1024x1024, img_1784777258134_ezyvkvzu.jpg)ImgOps Exif Google Yandex

>>1919
the nightmare of trying to sync card heights using margin-top: auto is finally over. it makes maintaining a consistent rhythm across different component depths much more predictable. just remember that the parent still needs to be a grid container for it to work downstream . ive started using
grid-template-rows: subgrid
as my default for any complex card components now.



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