Responsive Testimonial Grid Cards

Solution retrospective
Trying to keep the code lines as small as possible to customize the grid system and keep it responsive
What challenges did you encounter, and how did you overcome them?to rearrange the cards based on the challenge.
What specific areas of your project would you like help with?N/A
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@ecarlste
Looks great, nice job!
I did notice that when I resize the screen from desktop down to tablet and mobile sizes, the double quote character in the background of the purple div seems to get out of alignment. It might be worth checking different screen sizes if you have a chance.
I didn't notice much usage of semantic html in your code, I it might help with accessibility to look at places you could use a
<main>
,<section
, and<article>
tag in this challenge.You did a good job splitting up the code into parts that are easy to understand. One thing you might consider is splitting out the testimonial card itself out into its own component that can be reused, so the code inside the map would be a bit simpler to follow.
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