Submitted almost 2 years ago
Responsive four card section using HTML & CSS
@jahongirdev
Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted almost 2 years ago
Replace <h2> with <h1> and <h3> with <h2> to fix the accessibility issues.
Use relative units like
rem
andem
as units for the margin, paddings, width and preferably rem for the font-size values instead ofpx
which is an absolute unit. For more on CSS unit click hereHope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful1
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