Hundle landing page

Solution retrospective
Hello, this is the new challenge I did !
It was to play with media queries, not totally sure about the additional background on mobile who scale when the page grow up, but I didn't find a better way to do this responsively 🤔
If u have any feedback don't hesitate :D !
Best,
Logan
Please log in to post a comment
Log in with GitHubCommunity feedback
- @marcus-hugo
Desktop looks great! I like the animations too! for the mobile background image, instead of
body::after
you could try usingbackground-image
with the svg url. This is what worked for me,background-image: url(../images/bg-mobile.svg); background-repeat: no-repeat; background-position: center 0px; background-size: contain;
Marked as helpful
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