Build a testimonial grid section using HTML, CSS, Flexbox, CSS Grid

Solution retrospective
Hey guyz!
Can you show me how to put the quotation mark in the first purple grid?
I try to use the postion: relative;
and postion: absolute;
but it really sucks
Thanks for your help!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdrianMaj
I think your heading text color should be hsl(217, 19%, 35%) on the white background cards, also the photo size and font-weights are not similar to original preview. And you are missing background image on purple card. You can also get some work with paddings and margins.
And for your question , I created empty div then in SCSS use those: background-image, background-size, background-repeat: no-repeat; background-position, this should work better than using position relative and absolute
Marked as helpful
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