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

  • @KarthikRaja1388

    Posted

    Your solution looks great.

    As you're already using flex, to center the container please set body as flex as below:

    body{ display flex; min-height:100vh; justify-content: center; align-items:center; } attribution div may collapse when you set body to flex, so use flex-direction as column.

    Marked as helpful

    0