Social rpoof section Using flexbox and CSS transforms

Solution retrospective
Help me improve the code and accessibility with your suggestions. Any feedback is welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @dxiDavid
I'm not sure why I have those warnings
<div class="reviews"> <div class="stars"> <ul> <li> <img src="./images/icon-star.svg" alt="star"> </li> <li> <img src="./images/icon-star.svg" alt="star"> </li> <li> <img src="./images/icon-star.svg" alt="star"> </li> <li> <img src="./images/icon-star.svg" alt="star"> </li> <li> <img src="./images/icon-star.svg" alt="star"> </li> </ul> </div> </div>
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