Design comparison
Solution retrospective
Can Bootstarp or Sass be used to complete the challenges?
Community feedback
- @YazdunPosted about 3 years ago
Hello Iffie and well done ! In regard to your question, Yes you can use any technology you want to complete challenges there is no limit to that, In regard to your solution I have a few suggestions:
-
On ACCESSIBILITY issue : each page should have at least one
main
tag which wraps the whole page's content and thismain
tag, must have alevel one heading
which tells what this page is about, thish1
can be hidden. Fix this and your accessibility issues will be gone. Don't forget to generate new report though ! -
Card stretches too much before hitting desktop breakpoint, You can give
width: 100%
andmax-width: ...px
to make sure it looks good on smaller screens and doesn't stretch too much.
Overall it looks great and keep it up š
Marked as helpful0@ovie009Posted about 3 years ago@Yazdun Thanks for the feedback and suggestions, would work on them as soon as possible
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