Four card feature section Using HTML and CSS
Design comparison
Solution retrospective
Four card feature section Using HTML and CSS,
Please check my code and share my learning level through my code.
Community feedback
- @stone-leidersonPosted over 4 years ago
Good job on the solution!
Some things I noticed in your code was repeating items or unnecessary classes like .top-cyan-line, etc. Instead, use the border-top property on your .card-1 classes.
Also, for the img class, you can group them into one class instead of writing the same properties for each image.
Definitely try grouping and condensing as much of your properties as possible to avoid repeating your code.
Other than those minor custodial changes, you matched the design very closely! Nice work.
1@chiragit2009Posted over 4 years ago@stone-leiderson
Thank you very much stone for the wonderful feedback,
I will definitely work on your suggestions and make my code more crystal.
1
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