Advice generator app with css,html and js(fetch api)

Solution retrospective
Ok i made 2 challenges in one day...
I would love to hear yours feedback!
and using fetch is a good pratice?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AcmeGamers
Congratulations on completing it :D! I really liked the way how you kept the whole code clean and easier for other developers to understand.
In terms of feedback, if you ever wanted to remove the large gap between the button and the divider:
One way is to:
- on
container
class, trypadding-bottom: 0;
Alternative way:
- Get the
button
element below thediv
element
Best of luck on your future challenges 🙂
Marked as helpful - on
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