@alexbialobrzeskiSubmitted over 2 years ago
I had some trouble at first center aligning the content, what are some best practices to allign content on a page?
I had some trouble at first center aligning the content, what are some best practices to allign content on a page?
to centering the first content, set height body and html to 100%, and then for class main add some properties min-height: 100%; display: grid; place-content: center; and also remove the margin-top for class message.