Advice generator app use basic fetch API

Solution retrospective
The first project I make with API.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @astr0n0mer
Hi @tetinhxuan, that's a fantastic solution
Just a small suggestion, you can set the witdh of your
<main>
element aswidth: min(90%, 600px);
. Reference tomin()
This way, it will get you rid of the media query and will provide more responsiveness to your page
Happy coding 😁😀
Marked as helpful
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