
Submitted about 3 years ago
Advice generator app with loading animation
#sass/scss
@vishalbrdr
Design comparison
SolutionDesign
Solution retrospective
Any feedback is appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RioCantre
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 helpful - @vishalbrdr
Thank you very much for your advice, really appreciated
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