Design comparison
SolutionDesign
Solution retrospective
I used a specific class for each testimonial container, is this best practices or is it better to assign same class to all containers and attach ccs styles with nth-chil element?
Community feedback
- @RubylenaPosted about 2 years ago
I personally used nth-child and other specific styling systems that do not really on giving each element a class name. This could make your HTML look messy.
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