@saralinam
Latest solutions
Latest comments
- @LeticiaGSoares
instead of margin to centralize the card, you could do this:
body{ display:flex; align-items:center; justify-content: center; }
Marked as helpful
instead of margin to centralize the card, you could do this:
body{ display:flex; align-items:center; justify-content: center; }