Latest solutions
Latest comments
- @ob-codesSubmitted over 1 year ago@adetona54Posted over 1 year ago
I think adding flexbox to your coding skills would have been better instead of using float
2 - @Bluz0Submitted over 1 year ago@adetona54Posted over 1 year ago
If you want to center all the elements in the page, you should try this: .container { display: flex; align-items: center; justify-content: center; height: 100vh; } There are other ways to do it but you can try this and great job
1