Advice generator app submission form

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Deevyn9
Hi, congrats on completing this project, your solution looks really good, However you'll need to center the container you can do this by: Giving the body a min-height of 100vh, a width of 100vw then you give it a
display: grid;
and then youplace-items: center;
to center the container.Also, The button to make the api call doesn't work.
Lastly, you should try to make the container more responsive for smaller screen sizes.
I hope this solves your problem and you find it helpful.
Happy coding!
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