Single Price Grid Component

Solution retrospective
This is my 2nd attempt on using CSS Grid. Any suggestions would be helpful.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChamuMutezva
- an h1 element
should concisely describe the overall purpose of the content
, having said that this<h1 class="price-tag">$29</h1> <span>per month</span>
is not a good candidate for an h1. - overuse of the
section
element. Some of those elements are supposed to be headings and paragraphs
Marked as helpful - an h1 element
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