Design comparison
SolutionDesign
Solution retrospective
Any tips to improve this code? Thanks!
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hello Midnith, how are you?
You did a good job on this challenge, I really liked the responsiveness of the project. I have a few tips that I think you might like:
1- Document should have one main landmark, you could replace
section
in place of main.2- put in the body to center the content
body { min-height: 100vh; display: flex; align-items: center; flex-direction:column; justify-content: center; }
That's all, the rest is really good!
Hope it helps...don't forget to mark it as helpful 👍
Marked as helpful1
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