@AndreiS22Submitted over 3 years ago
I'm not exactly sure that my solution works for mobiles, or that I did the right thing with those SVGs. Can someone tell me if and what I am doing wrong?
I'm not exactly sure that my solution works for mobiles, or that I did the right thing with those SVGs. Can someone tell me if and what I am doing wrong?
You did do the right thing with those svgs, they aren't the problem.
body{
background-image: url(./images/pattern-background-desktop.svg);
background-color: var(--paleblue);
background-repeat: no-repeat;
background-position: top left;
background-size: cover;
position: relative;
z-index: -1;
color: var(--desaturatedBlue);
}
tell me if this was helpful