Design comparison
Solution retrospective
Hey community, I have a little surprise for you π. Feel free to give me any suggestion or advice on how to make this better.
Community feedback
- @CornflakesPlusPosted about 2 years ago
Amazing and unique. Nice, Azka! πβ¨
When viewing your webpage on device-landscape orientation, the text is not as it should be or is it like that?
Marked as helpful1@AzkanorouziPosted about 2 years ago@CornflakesPlus Thank you for pointing that out, frankly I didn't notice that, but I will try adding a new media query for landscape .π
0 - @correlucasPosted about 2 years ago
πΎHello Azka, Congratulations on completing this challenge!
Amazing and really creative solution! One of the best for this challenge! Congrats bro!
The only advice I've for your it to add
reduce motion
to avoid it for users that chose to don't have animations. The prefers-reduced-motion CSS media feature is used to detect if the user has requested that the system minimize the amount of non-essential motion it uses./* Remove all animations, transitions and smooth scroll for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }
βοΈ I hope this helps you and happy coding!
Marked as helpful1@AzkanorouziPosted about 2 years ago@correlucas thank you Lucas, I will definitely fix it π
1 - @YassineafailaPosted over 1 year ago
that design is unique defiantly is unique. Keep going bro
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