Submitted over 3 years ago
Social Proof Section Challenge using Flexbox and SASS
@rizwanmustafa
Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome
Community feedback
- @tedikoPosted over 3 years ago
Hello, Rizwan Mustafa! 👋
Good effort on this challenge! Your solution responds well. Here's my few suggestions:
- You repeat your HTML code with stars images which is unnecessary. Find the way to use only one star image for a
.ratingStars
. You can do it easily by usingbackground-repeat
approach in your css. .customerName
should be a heading<h1-h6>
element..customerStatus
and.feedback
should be paragraph<p>
or<span>
elements instead of div.
Good luck with that, have fun coding! 💪
1 - You repeat your HTML code with stars images which is unnecessary. Find the way to use only one star image for a
- @shreyachourePosted over 3 years ago
Hey, Great work! If you use
line-height: 1.7
(try values around 1.5 - 1.9)for the paragraph content after headline it would look even more elegant!1
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