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

  • @Hugomndez

    Posted

    Hi @agustinburne, Your solution looks fantastic!!

    I did catch some bugs on your css you have

    h2{
        color: hsl(218, 44%, 22%);
        font-weight: 700;
        font-size: 2rem;
    }
    

    and I think it should be:

    h1{
        color: hsl(218, 44%, 22%);
        font-weight: 700;
        font-size: 2rem;
    }
    

    on my solution I use "px" instead of "%" for "border-radius".

    Marked as helpful

    0