My Second Challenge Here - Testimonial Grid Section Challenge
Design comparison
Solution retrospective
I had a bit of trouble using the right CSS selectors. Tips on how I can simplify my CSS would be appreciated.
Community feedback
- @osaarohPosted over 2 years ago
Hey Lucas,
Good work here. If you check your browser console tools when you load the github page, you will notice there's a 404() Not Found error: the quotation image cannot be found.
You need to check that the file path is defined properly in your css file like so:
.testimonial-one { background-image: url(images/bg-pattern-quotation.svg); }
Regards.
Marked as helpful1 - @wanlukPosted over 2 years ago
I don't know why the quotation doesn't show up on the GitHub Page. When I open the index.html locally I can see it in both desktop and mobile versions. Anyone know why it's not showing up? Help would be appreciated :)
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