three-column-preview-card-component using pure html and css.

Solution retrospective
this is my 2nd challenge here and it turned out a lot better than i thought. really proud of this one.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vanzasetia
👋Hi mohsin miyaji!
You should only use one
h1
for every page. Change all theh1
toh2
.More feedback:
- Every card has their own car icon. It seems like you only use only the sedans icon.
- All content needs to be inside a landmark. Wrap all your content inside the
main
tag. - The
hover
effect on all buttons, should not only on desktop, the mobile device also supports:hover
state.
That's it! Hopefully this is helpful!
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