Social proof section with basic HTML and CSS (responsive)

Solution retrospective
- To make the stair-like layout at the bottom of the page for the reviews, I gave a fixed height for that row in the <main>. I've read that it is usually not a good idea to give fixed height to anything. Is there a better/proper way for it?
- Do I need to put the personal reviews in a <q>/<blockquote>?
- For the 5 star reviews I implemented the stair-like layout with relative position. Another idea was to do it the same way like the personal reviews but with fixed width. Is it a good way to do it?
I greatly appreciate any kind of feedback.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Decimo-10's solution.
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