Ich habe eine Aufgabe auf organisches Formbild Ich möchte, dass die Hintergrundfarbe auf dem schwebenden Schwebebild wie das bestimmte organische Formbild ist. Ich erhalte nicht den Schwebeffekt auf das Bild mit der Hintergrundfarbe. Ich habe viel versucht, aber es kommt nicht dort, wo ich falsch mache. Kann jemand in die richtige Richtung zeigen, um mein Problem zu lösen? div class = "snippet-code">
Code: Select all
.at-organic-shape {
position: relative;
height: 500px;
width: 500px;
}
.at-organic-shape figure img:hover {
background-color: #6495ED;
border-radius: 35% 80% 65% 70%/50% 65% 70% 85%;
transition: all 0.5s linear;
}< /code>
[img]https://image.ibb.co/nHDcuq/1-F19-F06-C-0-F3-E-4055-B0-E5-1-D73728-A7730.png[/img]