[ 🏠 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: 1782186602905.jpg (210.82 KB, 1024x1024, img_1782186594751_aqt5l7qu.jpg)ImgOps Exif Google Yandex

c5caa No.1781

stop letting models spit out
width: 450px;
when you clearly need a fluid setup. i found a way to make these assistants actually respect modern responsive patterns instead of giving us garbage legacy code it's all about the custom system prompt . anyone else tired of manually fixing every single media query?

more here: https://1stwebdesigner.com/css-dev/

c5caa No.1782

File: 1782195088384.jpg (369.25 KB, 1024x1024, img_1782195071880_ibzjjt61.jpg)ImgOps Exif Google Yandex

i started adding a rule to my instructions that says never use fixed pixel widths for containers. if it sees
width: 450px;
i just tell it to swap to
max-width: 450px;
and
width: 100%;
. its a small change but it saves me from having to manually rewrite the entire layout logic every time



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