Design comparison
SolutionDesign
Solution retrospective
Any tips to improve accessibility?
Community feedback
- @HassiaiPosted almost 2 years ago
Add the alt attribute
alt=" "
to the img tag to fix the error issue. The value of the alt attribute is the description of the image. For the icons there is no need to give them an alt attribute value.For the left and right side spaces of the page , give the main a max-width of 1440px, a width of 80% and margin: 0 auto.
main{ max-width:1440px; width:80%; margin: 0 auto; }
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful0@Kure-ruPosted almost 2 years ago@Hassiai Hi Hassia, Thank you so much for the help! It's very helpful. Have a great day!
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