3-column-preview-card-component-main (responsive)

Solution retrospective
Give Feedback
Please log in to post a comment
Log in with GitHubCommunity feedback
- @shashreesamuel
Hey khshakib, good job on completing this challenge. Keep up the good work
Your solution looks good however I think in comparison with the design that each section of the container needs some padding around the content.
In terms of accessibility issues simply wrap all your content between
<main>
tags and the issues should be fixedIn terms of your validation errors, I recommend reading the css docs on media queries to get the latest code.
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference
I hope this helps
Cheers Happy coding 👍
- @NaveenGumaste
Hello Kamrul Hassan ! Congo 👏 on completing this challenge
Let's look at some of your issues, shall we:
-
Add Main tag after body
<main class="container"></main>
-
you cannot use "1000px" as you did screen and (max-device-width: 1000px)
happy Coding😀
-
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