home ~ socials ~ projects ~ rss

Centering Horizontally And Vertically With Flexbox

January 2022
#container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
end of line
Share link:
https://www.alanwsmith.com/en/23/cp/rz/m4/?centering-horizontally-and-vertically-with-flexbox