Design comparison
SolutionDesign
Community feedback
- @kxnzxPosted over 2 years ago
Hi @raedalnan!
Your code looks good! Clean & Short :)
I have some suggestions... Even though this is a fictive site, and maybe even part of a bigger site, it is good practice to wrap the title in an <h1>Improve your front-end skills by building projects</h1>. That is important for accessibility.
And try this method to vertically and horizontally center your section/div container: display: grid; place-items: center;
Marked as helpful0
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