Design comparison
SolutionDesign
Solution retrospective
any suggestions for better practices?
Community feedback
- @arberlisajPosted over 1 year ago
Hi fellow developer :) ! First I would like to compliment you on completing this challenge and a warm welcome to the community
I might have a couple of suggestions that might help you in the future :
- You want to use as much semantic html as possible for instance
<div class="card">
could be replaced with<main class="card">
or<section class="card">
- Also the naming of the css variables should not start with capital letter it would be better if it was just
--lightGray-clr
ofr--light-gray-clr
All in all great solution I hope you have a great time in the community. Happy coding!
Marked as helpful0 - You want to use as much semantic html as possible for instance
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