4 ms·
What about trolling people that reaches for JavaScript to center text? :-)
by xt 12y ago
What about trolling people that reaches for JavaScript to center text? :-)
- mappu 12y agoVertical centering usually requires weird hacks (either you know the height in advance and use negative margin, or use tables / display:table) The part that annoyed me is the vertical centering is not preserved on window resize.
- davezatch 12y agoIt can be done with flexbox now[1]. Which IE11 also supports[2] :) [1]http://css-tricks.com/centering-css-complete-guide/#center-vertically http://css-tricks.com/centering-css-complete-guide/#center-v... [2]http://caniuse.com/#feat=flexbox http://caniuse.com/#feat=flexbox