Category
Layout
CSS Viewport Units Explained: vw, vh, dvh, svh, and lvh for Responsive Design
100vh has a famous mobile bug: the address bar resizing the viewport out from under your layout. The newer dvh/svh/lvh units exist specifically to fix it.
The CSS aspect-ratio Property: A Practical Guide to Responsive Media Boxes
Before aspect-ratio, holding a box's shape as it resized meant a padding-percentage hack. Here's the modern property, common ratios, and how it prevents layout shift.
Creative CSS: Building Generative Art and Playful UI With Pure CSS
CSS gradients, transforms, and animation can build genuine visual art with no JavaScript or images at all — and the techniques behind it pay off directly in production UI work.