Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted over 1 year ago
The value of the alt attribute is the description of the image, its description should be detailed so that those using assistive technologies like screen readers will not miss out on that . For decorative images like icons, there is no need to give it an alt value.
The body has a wrong background-color. Use the colors that were given in the styleguide.md found in the zip folder you downloaded.
For a responsive image that will change multiple images on different screen sizes use the picture tag.
<picture>
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful0
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