Submitted over 2 years ago
Advice generator app with html, css and js
@sanketcharanpahadi
Design comparison
SolutionDesign
Solution retrospective
Any suggestions or improvements are welcomed.
Community feedback
- @MohamedAridahPosted over 2 years ago
Hello @sanketcharanpahadi, you solution is looking very good.ππ
I have some feedback for you:
- you can run
getQuote()
function when page loads for getting new advice every time.
window.addEventListener('load', getQuote);
- you can use
button
instead of.expand
div. It will be more Semantic.
<button class="expand flex"> <img src="images/icon-dice.svg" alt=""> </button>
just add this property to the
.expand
.expand { all: unset }
I hope this wasn't too long for you, hoping also it was usefulπ.
Goodbye and have a nice day.
Keep codingπ
Marked as helpful1 - you can run
- Account deleted
Hello there! π
Congratulations on finishing your challenge! π
I have some feedback on this solution:
- put the quote inside a <blockquote> tag instead of h1 to be more semantic
i hope this is helpful and goodluck!
Marked as helpful1
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