Account Deleted
I use height: 100vh
or min-height: 100vh
which means 100% of viewport height. You can then use display: flex
, justify-content: center
and align-items: center
to position the card in the middle of the page.
Marked as helpful
0