+ 1
I need to underlay my CSS shape,
.face{ background-color: #ffc0cb; width:300px; height: 300px; margin: 50px auto; border-radius: 50%; } //there would be other stuff as well. .random sttuff { valuables + overlayer on face; } .leg{ width: 316px; height: 316px; border-radius: 50% 50% 16% 84% / 71% 51% 49% 29%; } and I need that div leg to be underlaid, so it's behind the face, and the other 20 objects.
7 Respuestas
+ 2
You can expect better help you could write this entire code in the playground and share the link here.
+ 2
You need not to post it publicly. You can post it as private as well
+ 2
Yeah that worked thanks, Faye.
+ 1
I just need to know how to overlay a div with another div
+ 1
I don't want to post my code. :)
+ 1
In css2, you can use the z-index property. Not sure if there is a better way now...
+ 1
Great! Please upvote my answer