Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @adetona54

    Posted

    I think adding flexbox to your coding skills would have been better instead of using float

    2
  • @adetona54

    Posted

    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