Design comparison
SolutionDesign
Community feedback
- @LesSylPosted about 1 month ago
Hi, great work. I have a few suggestions for future projects:
-
better use em and rem instead of px. More information here: Why you shouldn't use pixels for font-size, CSS values and units
-
it is good practice to use a naming convention such as BEM (Block, Element, Modifier) as it makes the CSS more structured, readable and easier to maintain. BEM helps to clearly understand the purpose of each class, avoid naming conflicts and create reusable components, leading to a more scalable code base. More details here: BEM.
Good luck!
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