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

@NamitasCl

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


Anyone can tell me how to fix the button when I'm resizing the browser to always be stick at the end of the text field please. Thanks!

Community feedback

AXD 505

@ax-d

Posted

Hi Enzo Ramirez,

You are using the position: absolute on the button. That means that the button has to be positioned absolute to another element. Normally that would be the parent and in this case that is the form.

The solution to your problem is to give the form a position: relative in the css.

0

@NamitasCl

Posted

Thanks! I use what you told and it worked! thanks

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