0
How do you send an object behind another object in html and css? Is there a specific property for this?
3 Réponses
0
Z index
0
Thanks!
0
You can use css's z-index property.
z-index work with position property (position: absolute, position: relative, position: fixed, or position: sticky).