Responsive Contact form

Solution retrospective
I'm proud of using react and tailwindcss frameworks for the first time to build a project
What specific areas of your project would you like help with?I would like help on good practice usage of react framework and tailwindcss framework
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Jackson-zablon15
I would like help in centering the form before using tailwind css with normal css i always used flex in body to center html,body{ width: 100%; height: 100%; } body{ display: flex; justify-content: center; align-items: center; }
it seems to not work, i guess tailwindcss might be overiding the styles
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