Design comparison
Solution retrospective
It took me 8 hours to build this website, Is it too much time? How much time it would take for you to build something similar, do let me know in the comments.
Community feedback
- @tedikoPosted over 3 years ago
Hello, Yunus Ujjaini! 👋
Congrats on finishing another challenge! Your solution looks very good and also responds well. I like that you tried to make fun with code and add some animations. Here's my few tips:
- Add
:focus
pseudo class to interactive elements like anchors, buttons etc. Useoutline
property to make your website more accessible to keyboard users. Focusable elements like anchor, buttons or inputs they have applied default:focus
pseudo class withoutline
property. These default styles are subtle and hardly visible tho. Furthermore every browser has a slightly different default style for the outline, so you probably want to change the default style. Read more about why we should change focus styles. - Since you're using a lot of animations, read about
prefers-reduced-motion
CSS media feature which is used to detect if the user has requested that the system minimize the amount of non-essential motion it uses.
Good luck with that, have fun coding! 💪
1@yunus-ujjainiPosted over 3 years ago@tediko I looked into :focus will try to explore the same in next challenge. And also will take a look into prefers-reduced-motion.
Thanks for your feedback ❤️
0 - Add
- @palgrammingPosted over 3 years ago
🌟🌟🌟🌟🌟🌟🌟🌟 OK eight stars for each hour of effort with a really good result. The animation is nice and the elements seem to work good together. The elements at mobile width of 375px might be a touch to wide or a little off center but otherwise a great job mastering this challenge
1@yunus-ujjainiPosted over 3 years ago@palgramming Thanks, palgramming for always reviewing my submissions. Your feedbacks help a lot :)
0@palgrammingPosted over 3 years ago@yunus-ujjaini yours was nice to look at it was a pleasure to view. Keep challenging yourself and your will be even more impressive
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