Four Card Section with HTML and CSS

Solution retrospective
I am proud of the cleanliness of my code. If I were to do this project again I would definitely improve the design of the cards.
What challenges did you encounter, and how did you overcome them?It was a challenge to create the desktop layout of the cards but eventually I found a way.
What specific areas of your project would you like help with?I would like help with another layout grid solutions to learn from them.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @pmcsilva90
Hi DesignJunkie!
Your solution is looking good. There's just a problem with your icons as they're not loading properly. I belive the solution to this is to change the path of the images like this: 'src="./images/icon-calculator.svg"' to src="./icon-calculator.svg"
Other than that, I think it's just the color of the 'p class="description"' and p class="card-description" that need's to be a lighter colour.
Keep up the good work!
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