Design comparison
Solution retrospective
I can't add the background-image. please help.
Community feedback
- @doomwarePosted almost 3 years ago
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 helpful0@Tauhidul-islam-hasanPosted almost 3 years ago@doomware please help to add media queries. I tried to much but failed
0@doomwarePosted almost 3 years ago@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 helpful0@doomwarePosted almost 3 years ago@tauhidulislamhasan I opened a pull request with the updated code. I hope it helps you
Marked as helpful0
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