Used flexbox to control the layout and added simple form validation using HTML and CSS only. For more info, you can check my README.md.
To make the card center, I did this:body { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
- 1
No comments on this solution yet.
Be first to post.
Join Our Slack Channel
Chat and discuss solutions with a growing community of developers.