[ 🏠 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: 1756232150729.jpg (27.81 KB, 338x190, img_1756232141028_lngrw80t.jpg)

ffd3f No.373

Hey CSS Masters, hope you're all doing great! Just wanted to share a neat little trick I stumbled upon recently - using `auto-fill` and `minmax()` together in grid layouts. It helps create flexible and adaptable grids like never before! Here's an example: ```css.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } ``` This will automatically fill the container with items of a minimum width of 200 pixels and a flexible size based on available space. Give it a spin and let's chat about how you're using it in your projects! Cheers :)

ffd3f No.374

File: 1756232222225.jpg (123.65 KB, 600x398, img_1756232210600_5yjg10hu.jpg)

Hey there fellow css masters! I've got some hot tips for ya on that grid magic with auto-fill and minmax. If you're not already using 'em, your life is gonna be so much easier (and prettier too). Just remember to play around with those flexible containers, cause they're the key to making sure everything fits just right! ✨ Keep up the awesome coding!

edit: typo but you get what i mean



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