ClipboardLandingPage !

Solution retrospective
I redo it because yesterday was a disaster, still not perfect on the 375px media querry but iam still happy about the result. I did some Sass Kevin Powell mixin that I didnt use but learned a lot during this project !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @pikapikamart
Hey great work there, but a suggestions. Maybe try changing your layout at the points that it gets narrow. Because if you look at it, when you resizes it, the text or other components gets fitted into one single container and we don't want that. So maybe adjusting it will get it fixed.
Another tip, I see that your background is not loading, and at your css the path goes like this
/images/sample.jpg
, do not use/
since it goes to the root folder. Instead, just useimages/sample.jpg
since the css and the images folder is at the same directory level. That is why yours is not loading ^
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