
My CSS & HTML implementation of the Four Card Section
Design comparison
Solution retrospective
I experienced an issue with the horizontal card issue and realised I missed a div when writing the HTML code. So I was able to fix it.
What specific areas of your project would you like help with?The responsive view.
Community feedback
- @wellsprPosted 2 days ago
Congratulations for completing this challenge!
The markup uses semantic tags, which is important for accessibility and SEO. The styles utilize grid, which is the main point of the challenge.
I'll list some points that can help you improve your solution:
-
For improving accessibility and SEO, don't forget to include the alt attribute in images;
-
To improve the mobile version, try to set widths to 100%, instead of auto, then set the correct font sizes, etc.
I hope this helps you! Happy coding!
0 -
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