Design comparison
Solution retrospective
What's up friends? This is the first challenge I've done, I'm learning Html and css a few weeks ago and I found this frontend challenge site and well here I leave you my solution, I would like you to give me your opinion on the final result.
Community feedback
- @vanzasetiaPosted over 2 years ago
Hello, Jonathan Holguin! 👋
Congratulations on completing your first challenge! 🎉
I would not recommend importing Bootstrap if you are not using it. Also, all the icons are already provided so you don't actually need to use a third-party icon provider. All these things, make the website slower with no benefits.
It's best to put all the
script
tags above the closingbody
tag. This will make sure that all DOM elements load first and only then thescript
should be downloaded and executed. Otherwise, thescript
might run first before the DOM is completely built which can cause issues.That's it! I hope this information is useful! 😁
Marked as helpful0@JAleXDesigNPosted over 2 years ago@vanzasetia Thank you very much for your recommendations, I'll bear that in mind next time.
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