A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
<div class="flex flex-col items-center rounded-2xl"> <div class="p-6"> <img class="size-48 shadow-xl" alt="" src="/img/cover.png" /> </div> <!-- compose utilities, never leave your markup -->
Style elements by composing classes right in your markup — no context switching.
The whole page is a gray-950 artboard ruled with a faint grid and hatch gutters.
Every block is annotated in the gutter with the exact utility string that made it.
flex items-center gap-2Controls are pills: primary is gray-700 #364153 at weight 600, padding 8px 16px, radius 32px, no shadow. The design is flat — depth comes from 1px rgba(255,255,255,.10) grid hairlines, and the focus ring is a cyan #00bcff outline.
Motion: hover colour/opacity transitions ~150ms ease on links and buttons; no hero entrance choreography, CSS-native, never bouncy. Depth is a 1px rgba(255,255,255,.10) grid line, not elevation.