Vertically and horizontally center a div.

height: 100vh;
display: -webkit-flex; /* Safari */
-webkit-align-items: center; /* Safari 7.0+ */
display: flex;
align-items: center;
padding: 0 !important;
justify-content: center;

Contact me.

I would love to hear from you, send me a message using the form below.

    ×