
Design comparison
Community feedback
- @rukhulkiromPosted 23 days ago
Hello there👋
I have some suggestions about your code that might interest you.
-
Each testimonial has the same box-shadow: 30px 50px 30px hsl(0, 0%, 75%); applied. This could be moved to a shared class instead of repeating it across multiple sections.
.testimonial { box-shadow: 30px 50px 30px hsl(0, 0%, 75%); }
Then apply .testimonial to each testimonial instead of adding the box-shadow separately. -
Use more meaningful class names, alt-text is a bit generic; something like light-text or secondary-text might be more descriptive.
Marked as helpful1 -
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