Design comparison
Solution retrospective
I couldn't make the column heights same as the design does it matter?
Community feedback
- Account deleted
Hi... Congrats on completing this challenge. 🎉🥳
Here are some tips to improve your code 💯.
HTML: 🧱
-
If you can see in the reports that Frontend Mentor gives you, it mentions that your page must contain a level one header
<h1>
. Avoid omitting header levels, you should start with the header<h1>
and successively with<h2> ... <h6>
.More info here
CSS: 🎨
-
Your reset is good 🙃, but you can improve it by using some popular resets like the following 🚀:
Regarding your question, it doesn't need to look exactly the same, but it does need to look as close as possible.
Your solution is very good! 💯🚀
Happy coding! ✌️🙃
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