Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Base-Apparel-coming-soon-page

Jeremy 200

@jeremy-prt

Desktop design screenshot for the Base Apparel coming soon page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Need help with my send button for the phone screen, I don't know how to keep it in the same place

Community feedback

@SoulRvr29

Posted

When you set position: absolute; on your button, you should set it's parent to position: relative.

Set .action to position: relative, and then in the button instead of left: 500px; set right: 0;. Also remove left: 265px; from media queries. This should help. Good luck!

Marked as helpful

0

Jeremy 200

@jeremy-prt

Posted

@SoulRvr29 Thank you very much this works !

0

Please log in to post a comment

Log in with GitHub
Discord logo

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