Vanilla Javascript, CSS

Solution retrospective
Today is the first day of 2022. So, I just code a very simple challenge but to make a little bit challenging , I did not hard-coded the card elements into the HTML, instead I use vanilla Javascript and create those elements.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @anoshaahmed
To get rid of the accessibility/HTML issues shown in your Report:
- wrap everything in your body in
<main>
... OR use semantic tags ... OR giverole=""
to the direct children of your<body>
... Click here to read more - add
alt=""
to your<img>
tags
Read your Report for more information.
Great job! :)
- wrap everything in your body in
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