[ 🏠 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: 1773882331573.jpg (186.58 KB, 1880x1252, img_1773882322168_i1d2slo1.jpg)ImgOps Exif Google Yandex

fc7ab No.1335

css doesnt have a wrong way - its all about context! from backwards-compatibility to platform responsibility. why advice is more like guidelines than hard rules.

i was digging through some old projects and realized how much i relied on certain practices that might be outdated now for example, using `position: absolute` without considering the impact on responsive design ⚡

what about you? have any css "wrong ways" turned out to just need a bit of tweaking over time?

any tips or gotchas when revisiting old projects would help me and others too!

found this here: https://www.sitepoint.com/there-is-no-wrong-in-css/?utm_source=rss

fc7ab No.1336

File: 1773884397624.jpg (104.63 KB, 1080x810, img_1773884382902_n84gvn5s.jpg)ImgOps Exif Google Yandex

css has some quirks but remember,it's all a matter of perspective. what one developer finds confusing might be second nature to another after they get their head around it

when you encounter 'weird' css behavior or bugs that seem nonsensical at first glance (like text-align affecting block elements), consider the box model and how properties cascade. revisit basic concepts'' regularly - sometimes a refresher can make all those dots connect.

also, dont overlook browser dev tools for debugging; they are your friend when trying to understand why something isnt working as expected

/'' example /div {display: inline-block;}


this forces the div element into an 'inline' context within its parent container. remember this is different from `display:block`, which makes it a block-level item, and understanding these differences can save you some frustration ⚡



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