Organische Form mit CSS für den Bildschwebeffekt

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Organische Form mit CSS für den Bildschwebeffekt

by Anonymous » 02 Feb 2025, 09:12

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]


Top