How do you send an object behind another object in html and css? Is there a specific property for this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you send an object behind another object in html and css? Is there a specific property for this?

4th Jun 2019, 5:25 AM
SoloHacker
SoloHacker - avatar
3 Answers
0
Z index
4th Jun 2019, 5:32 AM
Bug Slayer
0
Thanks!
4th Jun 2019, 5:36 AM
SoloHacker
SoloHacker - avatar
0
You can use css's z-index property. z-index work with position property (position: absolute, position: relative, position: fixed, or position: sticky).
4th Jun 2019, 7:55 AM
Mahendra Parihar
Mahendra Parihar - avatar