Submitted over 4 years ago
Base Apparel coming soon page. Used pure css and JS
@WronskiN
Design comparison
SolutionDesign
Community feedback
- @ChamuMutezvaPosted over 4 years ago
Well done on your solution. A few things that i would recommend
-
In your css , you have used
overflow: hidden
on the body tag - that is preventing to vertically scroll on mobile as the whole page will not fit on the screen. I would suggest to use `overflow-x: hidden" -
Still on mobile , check on the margins of your text and the bottom of the page. They have to be increased to try to match the designs .
Generally everything is in place , just one final push
1@WronskiNPosted over 4 years agoThank you for your feedback. I will correct it straight away :).
0 -
Please log in to post a comment
Log in with GitHubJoin 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