Design comparison
SolutionDesign
Solution retrospective
FEEDBACKS ARE VERY MUCH APPRECIATED
Community feedback
- @jschuh23Posted over 2 years ago
@kayflyS This was a bit of a tough challenge! I have a few suggestions for you :)
- It looks like none of your images are showing up because the
src
is not linked properly. If you add a period at the beginning of each of your image references that should do the trick. For instance, `src="./images/icon-star.svg" - I would also suggest not using as many
div
elements and instead adjusting much of your code to use semantic HTML elements such as -header
,section
,main
,footer
. Making these changes will clear the accessibility issues from the FEM report. HTML: A good basis for accessibility is a great resource by MDN about semantics for accessibility.
Hope this is helpful!!
0 - It looks like none of your images are showing up because the
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