Single price grid component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Great work on this challenge! I like that you've added your own creative twist on the design as well.
At the moment you're using
h1
andh3
elements, but you haven't got anyh2
headings. Try to make sure you don't skip heading levels like this, as it can negatively affect the content hierarchy and make it confusing for screen reader users. Here's an article for more information.Also, I'd recommend giving
min-width
media queries a try on your next project and practice working from a mobile-first approach. It has a number of benefits, including reducing the amount of CSS being loaded by mobile users.Keep up the great work!
Join 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