What did you find difficult while building the project? Getting the quote SVG to appear behind the text of the first testimonial card.
Which areas of your code are you unsure of? I don't know how to add the quote SVG behind the text of the first testimonial card:
- If I add it as an image, it works like a block element and stacks on top.
- If I add it as a background-image to the containing element, it doesn't appear. ¯_(ツ)_/¯
Do you have any questions about best practices? How do you put SVGs in part of a background of a containing element behind other elements?