Submitted almost 3 years ago
social proof section using flexbox and CSS grid
@kennyoungC
Design comparison
SolutionDesign
Solution retrospective
Thank you for your update on my previous submission, I hope i was able adjust my mistakes this time around
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Good job with this challenge. Viewing your solution I would suggest the following for you...
- Add the svg background inside the
body
tag, for example:background: url(insert url here) , url(insert url here)
- Adjust the padding in the
testimonials
intopadding: 32px 20px;
- Adjust the top margin of the following testimonial boxes
.margin-top-1 { margin-top: 50px; } .margin-top-2 { margin-top: 100px; }
- Add media queries to achieve the responsive design on iPad and mobile
- Wrap the
container
withmain
tag andattribution
withfooter
tag
Hope this helps and Keep it up!
0 - Add the svg background inside the
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