Meet Landing Page with ReactJs and TailwindCSS

Solution retrospective
I tried to make it responsive according to the Figma file, but when I go for a smaller size for laptop size, it breaks (the picture especially). How do you manage the image used in the hero so that they can adjust according to the resizing?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @emestabillo
Hey James, nice job! Have you tried
object-fit: contain
to control the stretch of the images?A few other things I noticed:
- The document is missing its top level heading. The large header text should be an
h1
- Interactive elements should be
a
tags orbuttons
instead of divs - I personally would increase the breakpoint for desktop. The 'What is it' button and the 4 images in the next section look like they're breaking layout at 1024px.
- The footer text should be left-aligned on desktop.
Hope this helps!
- The document is missing its top level heading. The large header text should be an
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