Social Proof Section using HTML and CSS
Design comparison
Solution retrospective
The rating stars look a little off. In addition, I cound not figure out why the page has a vertical scroll. I am just starting with web development, so I am sure my code has a lot of issues. This is my first sito from scratch. Thank you.
Community feedback
- @justAdevTVPosted about 4 years ago
@jdvillarroel, this looks GREAT! I wouldn't have even known that it's your first site from scratch. Love that it's responsive too.
Here are some suggestions for improvement:
- For class
.grid-container
, if you addpadding-bottom: 0;
it should remove the scrolling issue you're experiencing. - Here's one way to get the stars vertically centered. Make all the
<li>
tags in.rates-list
display:flex;
. Then make.stars-container
have a top and bottom margin ofauto
. From there it should work!
Again, amazing work! Keep it up 🙏🏼 -Justin P
1@jdvillarroelPosted about 4 years agoThanks a lot! I am going to apply those changes in my code. I am already working in my second challenge here, and I feel a little more comfortable using CSS. The key is to practice, practice, and practice. Once again, thank you. Have a great day!
0 - For class
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