@Hassiai
Posted
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 helpful
@Kure-ru
Posted
@Hassiai Hi Hassia, Thank you so much for the help! It's very helpful. Have a great day!