Design comparison
Solution retrospective
Hi! Easiest project ever, used axios to handle api call. Looking forward to feedback! :)
Community feedback
- @ZhiulPosted almost 2 years ago
Hi! It is looking great. There are some quick fixes or things that you could improve :)
-
You could use rem to make it more accessible.
-
When it comes to your
.advice-content__button
, you could create it with a<button>
or at least userole="button"
. -
When it comes to the transitions, try to narrow the transitions only to what is needed to transition, sometimes using all could be ok, but, here some unnecesary transitions could happen (e.g: when resizing the browser and so on, sometimes they can look strange, so I suggest you to be more aware of transitioning only what is needed)
Marked as helpful0 -
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