@ufrkanSubmitted about 1 year ago
I couldn't center top and bottom. how can I do that?
I couldn't center top and bottom. how can I do that?
Actually i got a glimpse of your code, and i couldn't really get it at all. So if you want you can check how i solved it.
I couldn't center top and bottom. how can I do that?
Try to add to the page
.page{ display:flex; justify-content:center; align-items:center; } If it will move anywhere, try also to add the same to the body, but add also flex-direction:column;
Once you're done, write here down.