Guillermo Eguizabal
@cgeguizabalAll solutions
- Submitted 4 days ago
ThirteenthChallenge-testimonials-CSSGrid
- HTML
- CSS
Hello, I need help again with background-image: URL()
this one works on my computer background-image: url(/assets/img/bg-pattern-quotation.svg);
previously I was told to try these and worked on the previous challenge but not on this one background-image: url(/Testimonials/assets/img/bg-pattern-top.svg); background-image: url(../img/bg-pattern-top.svg);
I also tried this but it didn't work either background-image: url('./assets/img/bg-pattern-quotation.svg');
- Submitted 12 days ago
Social-Proof-eleventhChallenge-CSS grid-flexBox
- HTML
- CSS
Any suggestion to improve the responsiveness?
- Submitted 12 days ago
ProfileCard-TenthChallenge-FlexBox-CSS
- HTML
- CSS
Please I need help this is the second time that happened to me, the background images are not visible on the GitHub page but I have written the URL correctly(I think...). Please help I don't know how to fix it. it's this one basically. Neither of them work.
background-image: url(/assets/img/bg-pattern-top.svg), url(/assets/img/bg-pattern-bottom.svg);
background-image: url(assets/img/bg-pattern-top.svg), url(assets/img/bg-pattern-bottom.svg);
- Submitted 15 days ago
Stats-eighthChallenge-HTML-CSS
- HTML
- CSS
I didn't actually figure out how to make it fully responsive. Any advice?