Submitted almost 4 years agoA solution to the Social proof section challenge
Social proof section
@azizbna

Solution retrospective
to add the review stars I used this code:
.review::before {
content: url(./images/icon-star.svg) " "url(./images/icon-star.svg) " "url(./images/icon-star.svg) " "url(./images/icon-star.svg) " "url(./images/icon-star.svg);
margin: 0px 30px 0px 20px;
}
I added a string with 4 blank spaces to space the stars, any suggestions as to how I could get the desired effect with a property or something? Thanks in advance!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on AzeezBNA'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