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

  • @Eeshma123

    Posted

    Hi! I love your solution, and here's a way to vertically center your container:

    (In CSS, class: container)

    position: absolute;

    top: 50%;

    transform: translate (0, -50%)

    0