Submitted 5 months ago
Responsive Reviews Section built with HTML and CSS
@illusiveCode
Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
Any feedback will be appreciated to better my skills, thanks ❤️
Community feedback
- @MemoBiomyPosted 5 months ago
- To make the main-text next to the stars tiers put them in a div and give him { display:flex;} and to make a space between them use {justify-content: center;} & { align-items: center} to make them in the same row and declare a specific width for the main-text
- Give each star tier {position: relative}, and give the first tier {right: 80px} and the second tier {right: 40px} to make the stairs shape
- Also, put the three cards in the bottom in a div and give him {display: flex;}
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