Design comparison
SolutionDesign
Solution retrospective
It is my last challenge from Newbie section, so seems like time for small celebration ;)
Community feedback
- @ChamuMutezvaPosted about 1 year ago
Hi Teempe
Impressive work , well done . Here are a few things to consider
- the logo image should be a link to the home page, hence the logo should have an anchor element as the parent.
- when you use the anchor element as in the following example
<a href="#" class="btn-primary">Learn more</a>
, the message will not be clear to those who can not see the screen. The message can be improved a bit for the benefit of assistive technology users so that they can know what they are supposed tolearn more
about. See the following anchor element - accessibility MDN - I have done the same challenge in React, you can see my solution here
1
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