I've come across many pages how to center a item horizontally and vertically, one method {margin: 0 auto;} works great, horizontally, not vertically. I found another solution whereas, all I do is add {top:50%;translateY(-50%);} to the child, that is not working either ?

[Example <https://jsfiddle.net/WildWind/bs84tegs/>]
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to