Design comparison
Solution retrospective
Any feedback is welcome, specially for accessibility with my html/component
Community feedback
- @Lino-OTMPosted over 2 years ago
Excellent design! You made it pixel perfect that's very nice! I would suggest you use a smooth transition on the buttons so they look prettier! For eg: .btn:hover { transition: 400ms ease }; Of course, you can try any different type of animation for your buttons too! Also you can try putting images/icons inside a <figure> tag instead of a <div> that helps a lot Your code is very clean and easy to understand, very well use of BEM
Marked as helpful1@rafaeltakanoPosted over 2 years ago@Lino-OTM Thank you for your feedback!
I'm re-learning how to structure my html in a way that is more accessible, thank you for the
<figure>
tip!I'll be sure to add the transition also to see how it looks, also a bit of a newbie in animations with css
🚩 Update: added the changes you suggested, thank you again!
1
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