A demo page showing how to align vertically elements using flexbox.
This is the CSS playground of my 'Flexbox vertical centering' article.
Please report any bug (or magic trick I missed) in the comment section.
A demo page showing how to align vertically elements using flexbox.
This is the CSS playground of my 'Flexbox vertical centering' article.
Please report any bug (or magic trick I missed) in the comment section.
Read first:
min-height
property.min-height
have to be wrapped in another container (+ fix) to work properly (infos).width: 100%
on a centered block to make it fit the container width.