3 column card mobile first responsive flex

Solution retrospective
Any advices are welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NaveenGumaste
Hello mariano ! Congo 👏 on completing this challenge
Let's look at some of your issues, shall we:
-
Consider using
h2-h6
elements to add identifying headings to all sections. -
Warp your card content around the main tag Ex: 👇
<body> <main class="container"> *all you content here* </main> </body>
happy Coding😀
-
- Account deleted
hi there,
-
wrap all of the elements inside <main> tag to fix accessibility issues
-
headings should only increase by one so use h1 first then h2 etc..
i hope this is helpful and goodluck
-
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