CSS placing one image on top of another

后端 未结 7 2101
闹比i
闹比i 2020-12-10 11:17

I am working on CSS design template.

I have two images imageOne and imageTwo.

Both are position: relative because if I

7条回答
  •  失恋的感觉
    2020-12-10 11:44

    Change position: relative; to position: absolute;

    fiddle

    If you still want a relative position, wrap the absolute in another div.

提交回复
热议问题