Mobile first coming soon page with Javascript form validation
Design comparison
Solution retrospective
Help needed! I couldn't apply the background gradient correctly. I also had to manipulate the margin-top at the large screen breakpoint to be able to correctly display a column, which in my opinion is not optimal, because at other breakpoints (other than width:375px) the page gets broken because of that margin-top I explicitly declared.
Community feedback
- @argelomnesPosted almost 5 years ago
Hi Solomon,
The good news is the gradient is actually an image so you'll just need to link to it. To fix your issue, you must remove the
margin-top
you declared. Same goes to(max-width: 375px)
from your picture srcset.1@krebeDevPosted almost 5 years ago@argelomnes Thank you so much. I didn't realise the background is actually an image. I've tried removing/manipulating the
margin-top
but the issue isn't resolved still.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