HTML and CSS Foundation

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Sharky83
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 helpful
Join 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