@ob-codesSubmitted about 1 year ago
Adetona Blessing
@adetona54All comments
- @adetona54Posted about 1 year ago
I think adding flexbox to your coding skills would have been better instead of using float
2 - @Bluz0Submitted about 1 year ago@adetona54Posted about 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