Design comparison
SolutionDesign
Community feedback
- @jdgarcia277Posted 4 months ago
Hi there!
I liked how you separated your CSS files to make it easily readable, organized. Your html is well structured. For better semantic HTML, I would suggest using
<section>
elements instead of<div>
to better represent the different sections of your content.Additionally, I noticed you preconnected to Google Fonts twice; you only need to do this once.
Good job on your project!
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