Layout that scales
CSS layout
If your site is readable on a phone, it will feel “professional” even with simple content. The easiest wins are spacing, max widths, and responsive grids that collapse cleanly.
Layout basics
- Limit line length (don’t stretch text too wide)
- Use consistent spacing between sections
- Make cards readable with contrast + padding
CSS choices
I keep styles in one external file and use small utility classes when needed, like emphasis and clean links.
Publishing routine
| Day | Work | Duration |
|---|---|---|
| Mon | Draft (outline + examples) | 1h |
| Wed | Edit (clarity + formatting) | 1h |
| Fri | Publish (final pass + share) | 30m |