Newsletter sign-up form with success message

Solution retrospective
feedback welcome
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JotaJotaM1
Hello! If you want to center the content inside your main, you can use flexbox:
main { display: flex; justify-content: center; align-items: center; }
You did a great job !!
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord