Design comparison
SolutionDesign
Community feedback
- @RahexxPosted 13 days ago
Great job on this challenge! I have a few tips that you might find useful:
- If you have any comments in your code that aren't helpful, consider deleting them.
- Learn about "BEM" (Block Element Modifier) — it's a naming convention for classes that helps you manage your CSS more effectively, especially for larger projects. Here's an article to get you started: CSS Tricks - BEM.
- Explore custom properties in CSS. This allows you to define colors and other styles in one place, making it easier to update them across your project. This is especially useful for large projects where you might need to change frequently used styles. Check out the following resources: MDN - documentation or CSS Tricks - Custom Properties Guide.
- Understanding custom properties in CSS and the BEM methodology will be very helpful when you start working with CSS preprocessors like SCSS (SASS) or LESS.
Keep up the good work!
Marked as helpful0 - @Miguel03nxPosted 13 days ago
el código esta bien estructurado, es legible y reutilizable sin problemas
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