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

CSS Grid

@Tauhidul-islam-hasan

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 can't add the background-image. please help.

Community feedback

@doomware

Posted

Hi @tauhidulislamhasan You could use media queries and thus achieve more responsiveness. And as for the image, you were trying to reference the image from the "css" folder where the stylesheet is, you need to return to the root folder by simply adding two dots and a slash (../), you can correctly reference the image. Like this -> background-image: url(../images/bg-pattern-quotation.svg);

This resource can clarify you better than my explanation

I hope it can serve you :)

Marked as helpful

0

@Tauhidul-islam-hasan

Posted

@doomware please help to add media queries. I tried to much but failed

0

@doomware

Posted

@tauhidulislamhasan I recently started using the mobile first workflow, and the truth is that it seemed super useful, since first I focus on what in my opinion is more difficult than being responsive, and then with media queries I do the design desktop. I will review the code and try to help a little. I already forked the repository to help

Marked as helpful

0

@doomware

Posted

@tauhidulislamhasan I opened a pull request with the updated code. I hope it helps you

Marked as helpful

0

@Tauhidul-islam-hasan

Posted

@doomware Yes I got it ❣️

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