Design comparison
Solution retrospective
I guess it was the easiest challenge for me, and also completed the fastest. Still, I'm a beginner and any suggestion is of great help to me.
Community feedback
- @EmmanuelHexerPosted almost 3 years ago
Great job overall man.
- To fix your accessibility issues wrap your card with
main
element.
0 - To fix your accessibility issues wrap your card with
- @NaveenGumastePosted almost 3 years ago
Hay ! Fahim Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
0 - @FluffyKasPosted almost 3 years ago
Hey there,
Well done, it looks pretty close! You can get rid of the accessibility issues in the report by swapping your
h2
withh1
and your attributiondiv
withfooter
. This is pretty optional, as it's just a small component (and hypothetically part of a bigger website, where there's probably anh1
somewhere else, etc). I tend to get rid of these report issues as they bother me but it's up to you in this case.The other thing is, I'd advise you against setting your font size in px, as px won't be able to scale if a user changes the browser's default font-size.
Other than this, well done ^^
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