Fluid Width - Social Proof Section

Solution retrospective
Feedback are more than welcome!😊
Also I have some questions!
- I have a first priority question is that where should the images be places? In the HTML file itself or the CSS file.
- Please do explain me how to make the 5 rated section indentation.
- Also I learned about
max()
min()
clamp()
and having trouble with how they are behaving with the layout.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mounir-m4
you can easily reset your css style by : *{ margin:0; padding:0; box-sizing:border-box; } and a little bit of advice try to apply flexbox on this sample because is easier to align items and more responsive, compared with what have you done keep learning !
Marked as helpful
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