Design comparison
SolutionDesign
Solution retrospective
This is my 2nd attempt on using CSS Grid. Any suggestions would be helpful.
Community feedback
- @ChamuMutezvaPosted over 3 years ago
- 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 helpful0@mzn-rasilPosted over 3 years ago@ChamuMutezva Thank you. Will definitely keep this in mind.
0 - an h1 element
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