Design comparison
Solution retrospective
All feedback are welcome
Community feedback
- @MelvinAguilarPosted 12 months ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
-
Opt for a button instead of an anchor tag for the "change" element to better align with its action of altering the order's plan.
-
For icons, use an empty
alt
attribute (alt=""
) to convey that the icon is decorative and can be skipped by screen readers and assistive technologies. -
Use
min-height: 100vh
instead ofheight
. Setting the height to 100vh may result in the component being cut off on smaller screens, such as a mobile phone in landscape orientation.
I hope you find it useful! ๐
Happy coding!
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