Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social proof section using CSS flexbox and grid

Kure-ru 120

@Kure-ru

Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Any tips to improve accessibility?

Community feedback

Hassia Issah 50,670

@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

0

Kure-ru 120

@Kure-ru

Posted

@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 GitHub
Discord logo

Join 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