Design comparison
Solution retrospective
Feedback welcome
Community feedback
- @CodeWithAlaminPosted almost 2 years ago
Hi Eunice Sepúlveda👋 Great job on completing this challenge! 🥳
I noticed a few areas where your solution to the challenge could be improved, and wanted to share my suggestions with you.
-
It would be beneficial to use CSS class naming conventions such as BEM (Block-Element-Modifier) for improved readability and understanding of the HTML and CSS code. For example,
.card-orange
class can be.card__orange
,.learn-aqua
class can be.learn__aqua
. -
Consider using CSS variables to make it easier to update the styling of the page.
Overall, this is a very well done solution to the challenge. Great job!
Hope I'm Helpful! 👍
Keep up the good work! 😊❤️
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