Design comparison
SolutionDesign
Community feedback
- @DytomaPosted almost 2 years ago
Hey👋
Good job on completing this challenge👏 the animation on the advices looks amazing
I have some suggestions you might want to implement to improve your code:
- First you don't need the
<header></header>
and the<footer></footer>
elements as they have empty content thus useless to your code and you could also put yourh1
in themain
element. - For your button, I suggest you give it an
aria-label="new advice"
and to the image anaria-hidden="true"
as the image just serves for decoration. You cam learn more about ARIA.
Happy coding👏
1 - First you don't need the
- @leorichy99Posted almost 2 years ago
Great job @Zosima..
I just think you could add some transitions to the button that generates the advices.
Happy coding👏
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