Simple social proof section using HTML and CSS
Design comparison
Solution retrospective
Complete simple social proof section using HTML and CSS. please share your advice, tips and tricks.
happy coding
Community feedback
- @HassiaiPosted over 1 year ago
Replace <section class="card"> with the main tag to fix the accessibility issues. click here for more on web-accessibility and semantic html
You forgot to give the body background-images with a background repeat of no-repeat and use background-position to place each background-image where each must be .
There is no need to give the body a max-width and max-height values, for a responsive content give . card a width of 80vw or max-width of 1440px and a width of 80%.
in the media query increase the font-size of h1 and h2.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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