Thats my fiddle: http://jsfiddle.net/atav8vzz/4/
Why is the html element with class \"vertical-align\" not vertically centered?
I guess it depends what you're trying to achieve here. align-items does so vertically. Where as justify-content does so horizontally.
align-items
justify-content
See this example. I have given the height, to illustrate that it is centred vertically.