Submitted almost 3 years ago
Advice generator app with loading animation
@vishalbrdr
Design comparison
SolutionDesign
Solution retrospective
Any feedback is appreciated.
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Great work with this one. Regarding the solution you submitted, I think you should also take notes of the following…
- Alternative is to use semantic tags, as possible. For instance, this line...
From: <div class="box"> Into: <section class="box">
- This line
<div class="divider"><img src="./images/pattern-divider-desktop.svg" alt="divider"></div>
can be wrap withfigure
tag - For Semantic tags, refer it with this one Semantics
The advice I got:
Advice #19
"If you cannot unscrew the lid of a jar, try placing a rubber band around its circumference for extra grip."
Above all, The design looks good. Keep it up!
Marked as helpful0 - @vishalbrdrPosted almost 3 years ago
Thank you very much for your advice, really appreciated
0
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