Submitted about 3 years ago
Getting to practice more flexbox and media queries.
@EnzoReySil
Design comparison
SolutionDesign
Solution retrospective
How can I improve it? :)
Community feedback
- @grace-snowPosted about 3 years ago
Hello
I have suggested improvements for your html
- remove all brs. Use css to create block context of margins. Brs will get read out my screen readers and are not what this is for
- remove the alt text on images, or rewrite it in the first one to make it a meaningful description of the image. If images are decorative (not meaningful content) they should have
alt=“”
- make annual plan a h2
- swap the buttons and anchor links. Change seems like it would toggle the price (perform an action) so should be a button. “Proceed” and “cancel” sound like they will navigate users forward or back, so should be anchor tags
CSS looks really good 👍
Only suggestions are:
- make sure all interactive elements always have focus-visible styles so keyboard users know where they are on the page. Very important.
- next time work mobile first, and use a min-width media query
I hope that helps
Marked as helpful1@EnzoReySilPosted about 3 years ago@grace-snow thanks! I will improve it today following your advice.
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