HTML, CSS & JavaScript

Solution retrospective
Thank you for taking the time to view my code. This is my first time building a project with JavaScript. It was extremely difficult, but I managed to figure it out. I will appreciate any and all feedback.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hardy333
Hey, nice solution but you have too many accessibility and html validation isses. In order to fix them:
- Use semantic html elements, for example for
.card
element use<main></main>
element instead of<div></div>
- Use
h2
tag instead of h3 this will fix one issue. - Use alt property for all the images
- Use semantic html elements, for example for
- @fidellim
Hi William,
Great work on this project especially you have integrated JavaScript! Just a suggestion, you might want to have a look at linear-gradient. So that you can change the background color into what the design looks like.
Hope it helps :)
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