Responsive Four card feature section made with Tailwind CSS and React

Solution retrospective
I'm having some trouble while doing the projects especially when it comes to making the page responsive on Tablet screens and bigger especially when it comes to adjusting the height to fit the screens when needed, can someone please assists me with this issue.
Any other feedback is welcome as well.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MelvinAguilar
Hello there 👋. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- You could have used
min-h-screen
(ormin-height: 100vh
) instead of havingmd:h-screen lg:h-auto
. This way, the element can grow and adapt to the screen. Try using zoom, and you'll notice that there comes a point where the header gets shortened.
- Additionally, if the icons are purely decorative, you can leave their alt attributes empty
I hope you find it useful! 😄 Above all, the solution you submitted is great!
Happy coding!
Marked as helpful - You could have used
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