Design comparison
Solution retrospective
I want to know any alteration to my code. but i would to share that I am very happy to code like this and to build some simple projects like those.
Community feedback
- Account deleted
Hi there!! ✌️
Congrats on completing this challenge! 🥳🎉🎊
Here are some tips to improve your solution... 💯
HTML 🧱
Your main content should be inside the
main
tag. For example:<body> <main> /*Your content*/ </main> </body>
Your website does not have the
h1
tag ❌. Header elements implements six levelsh1-h6
, withh1
being the most important andh6
being the least important. avoid omitting header levels, your page should start with the headerh1
and successively withh2...h6
. More info here.CSS 🎨
Your reset is good, but you can improve it by using some popular resets like the following 🚀:
Your solution is very good! 💯🚀
Happy coding! ✌️🙃
Marked as helpful1@AhmedAbdalazeem49Posted about 1 year ago@FLCHRIS Thanks a lot for your feedback. I have learned a lot from it. I hope I hear from you on my next code.
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