Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Vertically Centering Things – Ineffective CSS3 Reply To: Vertically Centering Things – Ineffective CSS3

#204336
JustinF
Participant

Here’s probably a more complete guide to centering.

https://css-tricks.com/centering-css-complete-guide/

I apologize for not directly answering your question, but centering was always the trickiest of things to get right, and yet now it’s trivial with flexbox.

http://codepen.io/jmaker/pen/yNppGy?editors=110

And here’s a guide to that if you can get your head wrapped around it.

https://css-tricks.com/snippets/css/a-guide-to-flexbox

Embedding is as simple as signing up for a Codepen account, and simply include the link inside your post.