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

  • @TK-LS97

    Posted

    Hey nice work. You just need to center vertically. Try adding this to your code:

    main{
        display: flex;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }
    

    Marked as helpful

    0
  • @TK-LS97

    Posted

    Hey awesome work, it's really identical to the original design. Just center the whole thing like this :

    main {
     height:100vh.
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    

    Marked as helpful

    0