@Jorge-David-ReyesSubmitted 9 months ago
I've always had this question: How do I center an element correctly? I would really appreciate if anyone could give me advice on the best way to do this.
I've always had this question: How do I center an element correctly? I would really appreciate if anyone could give me advice on the best way to do this.
body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: hsl(212, 45%, 89%) }