Design comparison
SolutionDesign
Solution retrospective
I'd appreciate any helpful feedback or tips to improve the solution.
Community feedback
- @superpooperxxxPosted almost 2 years ago
Hi, good job on making this task🔥
- I highly recommend you to think of naming classes better. Imaging this card as a part of a big website Examples
❌ Details for what ? Can you potentially name something else just 'details'? <div class="details">
❌ Bottom of what ? Can you potentially name something else just 'bottom' ? <div class="bottom">
❌ Duration of what ? Can you potentially name something else just 'duration' ? class="duration">
I think you got the idea, this tip will make your code look more professional I recommend studying BEM methodology
Happy coding❤️ Hope this was helpful
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