Design comparison
SolutionDesign
Solution retrospective
Submitted this again, had a bit of a problem with css file names.
ANY KIND OF CRITICISM OR FEEDBACK WOULD BE APPRECIATED
Community feedback
- @FarisPalayiPosted about 3 years ago
Good job completing this challenge. Here are a few suggestions:
- Currently, the site looks good on 375px and 1440px. But, in between, things are not really responsive. For example in tablets. Try to make it responsive to those devices as well if you can.
- Add
cursor: pointer
to "learn more" button. Though usually it'll be a link(anchor tag) to other sites. - One other thing you could improve in terms of accessibility is that, try to set the
alt
attribute in the car images to empty. So that assistive devices can ignore it, because the images doesn't really provide any context or information here.
That's all from me. Have fun completing challenges ✨
Marked as helpful1
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