Submitted over 1 year ago
Social Proof Section v1 (CSS Flexbox & Grid. Not Responsive)
@maxkdavis
Design comparison
SolutionDesign
Solution retrospective
Areas to focus for v2:
- Offset layout within grid
- background image positioning
Community feedback
- @HassiaiPosted over 1 year ago
For a responsive content, give .container a width of 80vw or a max-width of 1440px and a width of 80%.
Use relative units like rem or em as unit for the padding, margin, width values and preferably rem for the font-size values, instead of using px which is an absolute unit. For more on CSS units Click here
You forgot to add a media query for the mobile design. For more on media queries, click here
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