@MichaelKaniosSubmitted almost 2 years ago
Hi all , i am not satisfied with my result. I need to understand more about positioning and how dimensions works. Any advise? Thanks for your time
Hi all , i am not satisfied with my result. I need to understand more about positioning and how dimensions works. Any advise? Thanks for your time
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 :)