Everything displayed by CSS is a box. Understanding how the CSS Box Model works is therefore a core foundation of CSS.| web.dev
You may find a single bug by entering its bug id here:| WebKit Bugzilla
@andy@bell.bz 100dvh is the problematic one (because it dynamically changes). 100svh has no issues. It’s stable. It’s the small viewport height. P.S. I actually tried to actively find good use-cases for the dvh unit for the past two months, and I found nothing. The use-case for 100svh is to have an element fill the entire initial viewport height in mobile browsers.| mastodon.social
I don’t get to work on a lot of new sites nowadays, but I recently got the opportunity to set one up from scratch. For most sites I built when I was still running an agency, I would use some form of CSS Reset, most often Normalize.css, but I figured that this time round I […]| Kilian Valkhof | Front-end & user experience developer