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

  • @Nevin-Siby

    Submitted

    First project on Frontend mentorship. It was quite easy challenge.

    @KingKrysiuk

    Posted

    add background color not only for a div, try this: body{ margin: 0px; background-color: hsl(212, 45%, 89%); }

    Marked as helpful

    0
  • @KingKrysiuk

    Posted

    add to your main class this:

      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    

    for center component hotizontal and verticall

    1