Advice generator app with css,html and js(fetch api)
Design comparison
Solution retrospective
Ok i made 2 challenges in one day...
I would love to hear yours feedback!
and using fetch is a good pratice?
Community feedback
- @AcmeGamersPosted over 2 years ago
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 helpful1@iagohenrique2009Posted over 2 years ago@AcmeGamers Thanks for the help !
i have applied your change and looks more fine my proj.
PS: Sorry for the long-time waiting
1@AcmeGamersPosted over 2 years ago@iagohenrique2009 You're welcome 😊, I'm glad it helped in the end to be honest ^^
0 - on
Please log in to post a comment
Log in with GitHubJoin 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