Design comparison
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Karthik Rajendran, congratulations for your new solution!
I saw your solution now and the grid layout is really good done, the card are super responsive and I like also the custom colors you've used.
I've some tips for you about semantics, to improve it you can start bycan 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.π¨βπ» 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!
Marked as helpful1@KarthikRaja1388Posted about 2 years ago@correlucas Thanks Lucas, will try the changes suggested
1
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