Is there a way to prevent my input and login button from moving to the left when resizing the window? I am new to HTML and CSS and would appreciate any tips on keeping them in place.
Below is my CSS code:
#absolute {
position: absolute;
top: 411px;
left: 57%;
margin-left:-250px;
width: 600px;
}