Design comparison
Solution retrospective
i've a struggle when to add a bg for card and bg for body
for card: i use backround: url('/images/blabla.png') and this work at my computer until i push it to github it doesnt work.
i use the same with body bg but it doesn't work neither.
please help me :)
Community feedback
- @benjoquilarioPosted over 3 years ago
I dont know if it will help the problem.
old
background: url(images/bg-pattern-top.svg)
,
left top url(images/bg-pattern-bottom.svg) right bottom;in my laptop this is
invalid property value
.and I tried to change.
background: url(images/bg-pattern-top.svg) left top
,
url(images/bg-pattern-bottom.svg) right bottom;Hi!, Gombeng
I clone your project and It working on me, just remove the
asset folder
andcss folder
only remain, and the suggestion change the,
and also tried to add the
./
like this :background: url(
'./images/bg-pattern-top.svg'
) left top,
url('./images/bg-pattern-bottom.svg')
right bottom;0@GombengPosted over 3 years ago@benjoquilario thanks for the feedback, ill try very soon :).
0 - @akash-1712Posted over 3 years ago
Add your scss file in a folder and the set background:url() according to new position of scss file.May it solve problem.
0@GombengPosted over 3 years ago@akash-1712 thanks for the feedback, ill do it very soon :)
0
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