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

  • Anie 100

    @A-n-i-e

    Posted

    Hi Galeanas, Really nice work you have there, Awesome job....You got everything perfectly!​🙂​ But I see you didn't add the background SVG image...I had a problem with that too and I solved it by:

    • placing a main tag in the body and added the container inside the tag like this: <body> <main> <div class='container'> </div> </main>
    </body> - And I styled it as follows: body{ height: 100vh; background-color: var(--pale-blue); } main{ background: url("pattern-background-desktop.svg") no-repeat; background-size: cover; height: 70vh; }

    Really hope it helps​🙂​ Nice job!

    0