Design comparison
SolutionDesign
Community feedback
- @delroscol98Posted 3 months ago
Hi! Great job with this project!
A few things to consider for your future projects though:
- Consider using semantic HTML rather than divs. For smaller projects it's not that big of a deal, but for larger projects it makes the HTML easier to follow and read
- Consider looking into CSS architecture. I use BEM (https://getbem.com/introduction/), but you could use whatever you want. It self-documents the HTML and makes the code easier to follow and read even after a few months of not looking at the code.
Hope this helps!
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