Design comparison
SolutionDesign
Solution retrospective
What can I improve on for my HTML? What in my CSS can I do to make it more responsive? Wanted to do a footer but felt like it could be way better, any suggestions?
Community feedback
- @VCaramesPosted about 2 years ago
Adding to what @Imad posted,
To properly center your content, add the following to your Body Element;
min-height: 100vh;
,display: flex;
,justify-content: center;
,align-items: center ;
,flex-direction: column;
.Remove the margin from your Container Class.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord