Design comparison
SolutionDesign
Community feedback
- @Sharky83Posted 3 months ago
nicely designed. i would consider not using real names like Greg for custom element names
.Greg { display: flex; align-items: center; }
the reason being, consider this exact same css card would be used for everyone.
so maybe use something like: .card-name { display: flex; align-items: center; }
then the component is reusable!
Marked as helpful1
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