Latest comments
- @yamiSan1@KarimanMedhat
Hey, @yamiSan1 great job you had done here congratulation on finishing your first project.....
If you allowed me I want to give you small pieces of advice it might improve Centering elements
You can use the Flex-box properties
justify-content
andalign-items
. Your code should be like thisbody { display: flex; justify-content: center; align-items: center; min-height: 100vh; }
I hope that helps you...and forgive me if the writing is not the best it's my first time giving someone feedback =' D keep going =D
Marked as helpful