@Ahmed-Mustafa-KamelSubmitted about 1 year ago
P
Afeez Bolaji
@Afeez-OlaAll comments
- @Afeez-OlaPosted about 1 year ago
Use the code below to center the card on the screen.
.container { display: flex; position: relative; min-height: 100vh; flex-wrap: wrap; justify-content: center; align-content: center; }
Marked as helpful1 - @Valen-r-sSubmitted about 1 year ago