5 ms·
> Vertical centering has been relatively easy since CSS 2.1 (Table model) But not with divs which are more common
by bonn1 12y ago
> Vertical centering has been relatively easy since CSS 2.1 (Table model)
But not with divs which are more common
- etchalon 12y ago…so you use table display rules on the divs?
- pcwalton 12y agoIt's not hard, really: just use absolute centering [1]. That's actually what "margin: auto" is there for in CSS 2.1; it's a shame they were bad at evangelizing it. [1]: http://codepen.io/shshaw/full/gEiDt http://codepen.io/shshaw/full/gEiDt