[Vite/Vue3/SCSS/BEM] Testimonials grid section solution
Design comparison
Solution retrospective
Any feedback is welcome!
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Samuel Pletain, congratulations for your new solution!
Your solution is really amazing I like how responsive is everything. You've done a great work here!
The only thing you can improve is the semantic, the rest is perfect.
Here's my tips:
Replace the
<div>
that wraps each card with<article>
and the paragraph with the quote with the property tag<blockquote>
this way you'll wrap each block of element with the best tag in this situation. Pay attention that<div>
is only a block element without meaning.π¨βπ» Here's my solution for this challenge if you wants to see how I build it: https://www.frontendmentor.io/solutions/testimonials-grid-section-vanilla-css-focus-effect-custom-design-e5bIzU3vZN
π I hope this helps you and happy coding!
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