Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @Darlenequame

    Posted

    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; }

    Marked as helpful

    0