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

@Mohamed806H

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


There is overflow i couldn't fix it and i don't know how to fix it

Community feedback

Lucas 👾 104,420

@correlucas

Posted

👾Hello @Mohamed806H, Congratulations on completing this challenge!

Great code and great solution! I’ve few suggestions for you that you can consider adding to your code: You’re in the right track I can see that you’ve used the majority semantic tags possible for this challenge, the only block you’ve missed is the paragraph containing the quote text you can improve the accessibility there using <blockquote> to indicate to screen readers that the content inside that paragraph is a quote.

✌️ I hope this helps you and happy coding!

Marked as helpful

1

@joangute

Posted

The overflow is for all those relative positioning you have, they are adding extra espace to the right and bottom. You should better use grid or flexbox. For example if you disable the "width:1440px" in section and add "display: flex" to the body, it will fix the horizontal overflow.

Marked as helpful

1

@Mohamed806H

Posted

@joangute Ok Thank you I will try it

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