Design comparison
SolutionDesign
Solution retrospective
It's my second challenge resolved, i really appreciate it any feedback.
Community feedback
- @Moamen31Posted over 2 years ago
Congratulations on finishing your challenge!
I have some feedback on this solution that might help:
- Give The body these properties to center the element
display:flex justifiy-content:center align items: center
. Or center it withposition: absolute top: 50% left: 50% transform: translate(-50%, -50%)
- When using article you should give it a heading h1-h6
- Check the HTML report to fix accessibility issues
Good job.
Marked as helpful1 - Give The body these properties to center the element
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