Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

My Second Challenge Here - Testimonial Grid Section Challenge

P
Lukas 150

@wanluk

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

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

Osaro Iyoha 1,080

@osaaroh

Posted

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 helpful

1

P
Lukas 150

@wanluk

Posted

@Master-Osaro Thanks! It's fixed now

0
P
Lukas 150

@wanluk

Posted

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 GitHub
Discord logo

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