Submitted over 2 years ago
Semantic HTML5 markup, CSS custom properties, Flexbox & Vanilla JS
@SAAJEVES
Design comparison
SolutionDesign
Solution retrospective
My bad, I did not really consider adding some animation and transition styles. Please check for any improvement.
Community feedback
- @PhantomOzPosted over 2 years ago
Nice work Saajeves, Here are my feedbacks:
- You should fix your accessibility by formatting your code well.
- You try writing semantically.
- You did a good job with accessibility except for the part where you gave your
tabindex
attribute a value of1
, if you use0
your site still works as expected. We try avoiding values greater than 0 cause it is difficult for people who rely on assistive technology to navigate and operate page content. - Your page looks good both on desktop and mobile.
- Your code is well-structured and very reusable.
- Suggestion: you should try adding the CSS
transition
property onimg
element each time the image changes for ease in.
Excellent Job by the way 👍, I hope this feedback was helpful.
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