← All articles

CSS

2 articles

Centering in CSS: A Decision Guide, Not a Meme

How to center a div has a different correct answer depending on what you're actually centering. A practical decision tree instead of the running joke.

Beginner

Stop Using Margin for Flexbox Spacing — Use Gap

Why gap is the modern replacement for margin-based spacing in flex and grid layouts.

Beginner