Meet landing page (HTML + CSS only)

Solution retrospective
I'm not really proud of anything. I'm especially not proud of the way I managed paddings, I got overwhelmed by the different sizes at different resolutions. But I did learn things.
What challenges did you encounter, and how did you overcome them?š¤ Cut the "heroes" image on viewport limit?
š” Use the overflow
property.
š¤ Insert the different "heroes" image at the right position with the right size for desktop/tablet/mobile?
š” Set images as ::before
and ::after
content
š” Use transform
to scale()
at the right size and translate()
at the right position
š¤ Style the page number element?
š” Use the border of a pseudo-element (there's probably a nicer way to do it, I didn't want to spend too much time on this part)
What specific areas of your project would you like help with?Any feedback/advice welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Antoine's solution.
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