Four Card Feature Section w/ HTML/CSS/Flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @anoshaahmed
Hey good job on this challenge! Your report above shows a few issues. You can fix them by
- wrap everything in your body in
<main>
... OR use semantic tags! .... you can also giverole=""
to the direct children of your<body>
but that's a little frowned upon... Read more here - have at least one
<h1>
in your code - use classes instead of id's, if you're going to use the same one more than once
Hope this helps :)
Marked as helpful - wrap everything in your body in
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