Latest solutions
Latest comments
- @MichaelKanios@rubenao
Hey Michael Kanios :), I see your code and I have a suggestion for center the component:
-
You can use display: grid; place-items : center; to center the component. Before that you need to set width: 100% and min-height: 100vh to the body selector
-
You can use display:flex ; justify-content: center ; align-items:center . Before that you need to set width: 100% and min-height: 100vh to the body selector
Hope that this help you. Well done! Happy coding :)
Marked as helpful -