I am having real trouble trying to get certain images to overlap boxes i have created, i am fairly new to coding as well, so the examples i find on the net often make little sense to me, if anyone could help me out with some code, would be much appreciated. Thanks!
try setting a z-index to one of the image (say 10), and a higher value (say 100) and see if it overlaps properly. If not, add position: relative; to the higher value.