Hall of FameFrank Chimero201517 min readintro
The Web's Grain
Summary
The essay argues that the web has an inherent “grain” – a natural vertical, fluid layout – and that designers should respect this simplicity rather than forcing complex, fragile designs. It illustrates how side‑by‑side layouts break due to mismatched scaling and warns against over‑engineered sites.
- Default HTML pages are fluid and vertical, which naturally supports many screen sizes without media queries.
- Placing images beside text causes proportional mismatches; images grow taller while text shortens, necessitating breakpoints.
- Overly elaborate sites (e.g., Apple Mac Pro) fight the web's grain, leading to performance and usability problems.
- Embracing the web's grain means using simple colors, vertical stacks, and text‑based interfaces instead of flashy, fragile effects.
Frontend engineers and designers should read this to avoid fragile, over‑engineered sites and build more resilient, performant web experiences.
5/10


