-
Parent element must be flex
-
Center with
justify-content:center;
-
Center with
align-items:center;
-
Setting to
100vh will make the flex container
stretch to 100% of the vertical height of its container. This is
done to show off vertical centering in the example, but you may
not need it in your code.