@500288Submitted over 1 year ago
I was not able to position the profile's image at the right position, will be glad if enlighten on how to position the image properly and all comments and feedback about the project generally is welcome. Thanks.
I was not able to position the profile's image at the right position, will be glad if enlighten on how to position the image properly and all comments and feedback about the project generally is welcome. Thanks.
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.