Y
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
bdangubic
63 days ago
I think "How to center a DIV" was at the top of HN
way more times
than it should have been :)
link
papa0101
63 days ago
margin: auto, or flex align-items/justify-content are my go-tos
link
queenkjuul
63 days ago
Flexbox, mate
link