@AbdellahArsSubmitted about 2 years ago
AbdellahArs
@AbdellahArsAll comments
- @AbdellahArsPosted about 2 years ago
yes it's very helpful and i appreciate your help. thanks for that and happy coding to you too.
0 - @Chibuikem8KaluSubmitted about 2 years ago
I found it difficult to center the card on the screen
@AbdellahArsPosted about 2 years agoto center the card on the screen. you need to set the height of the container of the card like (body) to 100vh. body { hieght: 100vh; display: flex; justify-content: center; align-items: center; }
0