Web foundations · Technology in use

CSS

The styling language for layout, typography, adaptation, and visual states.

The problem it solves

The styling language for layout, typography, adaptation, and visual states.

Technical rationale

CSS handles presentation and adaptation directly in the browser. I prefer relying on flow, grid, flexbox, and responsive queries before moving decisions that belong to the visual system into JavaScript.

How I have used it

It defines the presentation foundation of my web products, including those that use Tailwind CSS.