I am facing an issue with the login button protruding slightly outside the border of a div. Despite trying to adjust the code to align it correctly, the issue persists.
.closeWindow{
float: right;
margin-left: 15px; /* half the width of the close button */
margin-bottom: 15px; /* half the height of the close button */
}
The desired placement of the close button image: https://i.sstatic.net/x6AMr.png
The current placement of the close button image: https://i.sstatic.net/CEU4m.png