Design comparison
Solution retrospective
This is my second time using API, so far it went well :) any tips are welcome !
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey Klaudija, good job completing this challenge
Your solution looks great however I think that the following should be considered
-
The background on the body element is supposed to match the color specified in the
style-guide.md
file. -
The color of the advice title and the background color of the dice button is supposed to match the color specified in your stylesheet.
Let' talk about your accessibility issues, all your issues are based on your first issue because your document cannot identify the main content hence in order to fix this issue simply wrap the content between the body element in main tags. This helps to identify the main content of the document by uniquely identifying its enclosed content apart from the other tags in the document.
Here is an article that goes in detail about semantic tags and gives an in-depth knowledge of the various tags and use cases.
I hope this helps
Cheers
0 -
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