I am working on CSS design template.
I have two images imageOne and imageTwo.
imageOne
imageTwo
Both are position: relative because if I
position: relative
I think you want to wrap both of them in a div with position:relative
position:relative
Then give both of the images an absolute position
.image { position: absolute; width: 100px; height: 100px; border: 1px solid red; }