@Andigashi1Submitted over 1 year ago
Could someone help me with the background image. Would appreciate it. Thanks!!
Could someone help me with the background image. Would appreciate it. Thanks!!
This worked for me in setting the background and not repeating because the actual image cannot fill the whole body. insert the code block to style your body
body { background-image: url('./images/pattern-background-desktop.svg'); background-repeat: no-repeat; background-size: contain; }