Responsive Testiomonial using SASS, CSS GRID AND FLEXBOX
Design comparison
Solution retrospective
Hi team, I just completed the testimonial grid card section challenge. I'd really like to get your feedback and suggestions after review.
Community feedback
- Account deleted
Great Work!
I have an explanation to create a border round the images
Check scss line code 57 to 59 & img { border-radius: 50%; }
Change it to & img { border-radius: 50%; border: 2px solid white ;}
Note: white there in my explanation should be replaced by the color provided on frontend mentor on the project for the images.
Also since you used sass (scss) using different color for the round border will be difficult due to nesting. I will advise you code each image individually to get the proper color for each image border round.
If you found any of these helpful, give it a like.
Happy Coding!
Marked as helpful1@Dike-CodePosted over 2 years ago@BMdirac Thanks for the suggestions. I'll look into them as soon as possible.
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