@ordyfandioSubmitted about 2 years ago
Caroline Amorim
@CarolAmorimAll comments
- @CarolAmorimPosted about 2 years ago
Hello π, how are you? I hope everything is alright. Congratulations on the challenge, you completed it very well.
A tip to center your section is to use flexbox. You could do like this:
body{ display: flex; align-items: center; justify-content: center; }
The align-items: will center vertically and the justify-content: will center horizontally.
I hope it helped you.
1