Latest solutions
Latest comments
- @Wineshuga@neetauka
Hello Uzo..Congratulations on your first project and welcome to the community.
I noticed you used transform property to center your element. Try using
body{ min-height: 100vh; display: flex; align-items: center; justify-content: center; }
This perfectly centers it.Happy coding! ;). I hope to see more of your solutions.