Latest solutions
Latest comments
- @500288Submitted almost 2 years ago@azeezqadPosted almost 2 years ago
Hello, I have checked your code. great work. To position the image in the right place you may use margin-top: -31px;. Negative margins in CSS refers to the usage of negative values as margins. These are used to reduce the spacing between the elements and draw them closer together. Overlapping of HTML elements will occur if the negative margin value exceeds the existing spacing between the elements.
Marked as helpful0