Product preview card using HTML CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Bayoumi-dev
Hey BanditDev, It looks good!... You have
accessibility issues
that need to fix.Document should have one main landmark
, Contain the component with<main>
.
<main> <div class="card-preview"> //... </div> </main>
All page content should be contained by landmarks
, Contain the attribution with<footer>
.
<footer> <div class="attribution"> //... </div> </footer>
I hope this is helpful to you... Keep coding👍
Marked as helpful - @banditdev013
Hi! Ahmed Bayoumi,
I thank you very much for your advice. I will take your advice to improve this piece.
thanks again.
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