Responsive landing page made with html and css

Solution retrospective
Feedback appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Davros2014
Thanks for your help @ApplePieGiraffe, much appreciated!
- @ApplePieGiraffe
Hey, David Parsons!
The wavy background SVG doesn't seem to stay in its place when the page is resized. I think you'd be able to fix that by setting
background-size
tocover
andbackground-position
tobottom
.Also, between
75rem
and62.5rem
, the footer information seems to overflow its container and create some blank space to the right of the page, but that shouldn't be too difficult to fix provided you downsize the elements in that container and set its width to 100% of its parent container or something.Otherwise, nice work!
Keep coding (and happy coding, too)!
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