@bleyyannickSubmitted 10 months ago
I had some issues for centering card in the middle of the screen and for find the card width.
I had some issues for centering card in the middle of the screen and for find the card width.
To center your card to the screen, all your CSS needs is a 'place-items:center;', 'height:100vh;', 'width:100vw; in your section.container, then you resize the '.card' width and height to something less than that of the container, for example, for the '.card', 'width:60vh; height:70vh;'