@Chibuikem8KaluSubmitted about 2 years ago
I found it difficult to center the card on the screen
I found it difficult to center the card on the screen
First u need to put all your HTML code in a parent container or element. Also try playing with the height to understand better. Then target your body in the CSS below👇🏻
body { display: flex; justify-content: center; align-items: center; height: 100vh; }