Hacker News new | ask | show | jobs
by TheOtherHobbes 63 days ago
Does anyone know how to centre a div?

Last time I looked there were at least seven ways to do it.

3 comments

I think "How to center a DIV" was at the top of HN way more times than it should have been :)
margin: auto, or flex align-items/justify-content are my go-tos
Flexbox, mate