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

  • Jesse Adjomoā€¢ 130

    @Bahbah89

    Posted

    Hi, congratz on completing this project, good job! If you want to center the card on the page add the following "height" property in the body:

    body{ height: 100vh; }

    Without height, "align-items" won't have any effect. Hopefully, this was helpful enough, and good luck with your next project!

    0