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

  • @wilbros

    Submitted

    What did you find difficult while building the project? Which areas of your code are you unsure of?

    • I find the back ground image a little hard, and I'm not even sure if I coded it correctly. I would love to hear some feedback and how to improve.

    @ReactiveX22

    Posted

    Hi, I used a background-color in the body to achieve a similar or better result.

    body {
    background-image: url(./images/pattern-background-desktop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--Pale-blue); 👈
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    }
    
    0