@Nauman123NasirSubmitted over 2 years ago
how to did you guys make the card center to the screen,i used positioning to do this with flexbox align item and justify-content center I could not achieve this
how to did you guys make the card center to the screen,i used positioning to do this with flexbox align item and justify-content center I could not achieve this
Hi! When I was working on this solution, I had to give html
, body
, and my my main flex container a height of 100% in my stylesheet to get my component to center vertically correctly. Try that out and see if it helps!