Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Testimonials grid section

@scaphyxx

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

Dylan 290

@dquinn089

Posted

Your HTML structure is clear and well-organized. Great job! Add meaningful alt attributes to images for better accessibility. Example:

<img src="./images/image-daniel.jpg" alt="Portrait of Daniel Clifford" />

Your CSS is neatly structured with excellent use of CSS Grid. Well done! Use rem units instead of px for better responsiveness. Example:

.card > div p:last-child {
    font-size: 1.1rem;
}
.card p:not(img + div > p) {
    font-size: 2rem;
}

With these small changes, you can improve both the accessibility and scalability of your project. Happy coding!

0

Please log in to post a comment

Log in with GitHub
Discord logo

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