Hello! im open to any feedback! thanks
Samuel Pacheco
@doomwareAll comments
- @alexinzunzaSubmitted almost 3 years ago
- @Tauhidul-islam-hasanSubmitted almost 3 years ago
I can't add the background-image. please help.
@doomwarePosted almost 3 years agoHi @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 - @Cod-BiggSubmitted almost 3 years ago
The only problem I had was matching the text. Not sure if anyone has a tool that you use to match text on an image?
@doomwarePosted almost 3 years agoHello, in the style-guide.md file are the fonts that you should use. Greetings
Marked as helpful1