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!
AXD
@ax-dAll comments
- @NamitasClSubmitted about 4 years ago@ax-dPosted about 4 years ago
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 - @AlexanderHeoSubmitted over 4 years ago
Is the timing of the animation smooth enough? Is there a plug-in or app that can overlay my wip with the design docs? It's difficult to eye-ball margins and spacing.
@ax-dPosted over 4 years agoHey Alexander, If you use firefox or chrome, you can look for the PerfectPixel by WellDoneCode. With this plugin you can overlay the design files on your browser window.
1