Submitted 11 months ago
Responsive Four card feature section made with Tailwind CSS and React
@Mut1s0
Design comparison
SolutionDesign
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.
Community feedback
- @MelvinAguilarPosted 11 months ago
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 helpful0 - You could have used
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