The websites I return to have something in common: they are quiet. No pop-ups, no sticky bars, no breathless animations. Just text, set well, with room to breathe.

Restraint is a feature

Most design advice is about what to add. The harder skill is knowing what to leave out:

  1. One typeface, used confidently.
  2. A single, narrow column of text.
  3. Generous whitespace instead of dividers and boxes.
  4. Muted metadata that never competes with the words.

When everything is emphasized, nothing is. Calm comes from subtraction.

A note on code

A quiet site is also a fast one. Shipping almost no JavaScript isn’t an aesthetic choice so much as a courtesy:

// The best client-side script is the one you never send.
console.log('Hello, quietly.');

If the reader never notices the machinery, the design is working.