+ 6
1)How can I make 2 images to intersect?
2)How can I make one image to be in the back of other one?
3 Antworten
0
Make both image position to fixed or absolute. Play around with x y and z-index
https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
+ 2
https://code.sololearn.com/W59z0K9ryRAk/?ref=app
+ 1
<html>
<body align="center">
<div
="
">
<p>This is a line of text</p>
</div>
</body>
</html>