Design comparison
SolutionDesign
Community feedback
- @DessidyPosted about 1 year ago
Hello 👋👋👋
Just got a few things to say on your code.
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
}
This Will perfectly center your code just like it is on the challenge. Its more advisable than
margin:0 auto
And every website must have at least 1
h1
tagThat's all I have to say
Nice code though 😁
0@AkinflexPosted about 1 year agoThank you so much for your review. I really appreciate. @Dessidy
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