Skip to main content
Tag

CSS

CSS techniques, modern layout, fluid typography, and responsive design.

3 articles

CSS has changed more in the last few years than in the previous decade. Native nesting, container queries, :has() selectors, subgrid. Browser support has caught up fast, and techniques that used to need JavaScript or preprocessors now work in plain CSS.

These articles cover modern CSS techniques we use in production: fluid typography with clamp(), responsive layouts without media query bloat, performance-friendly animations, and the practical patterns that make sites look sharp across devices. We rebuilt this entire site in vanilla CSS, no framework, so we practice what we write about.