by Anonymous » 21 Mar 2025, 01:00
Ich muss eine reaktionsschnelle Ellipse mit SCSS wie dieser Ellipse erstellen:
Code: Select all
< /code>
.landing-bg__ellipse {
width: 100%;
height: 4.5rem;
background-color: #95cf9d;
border-radius: 50% 50% 0 0;
}
Ich muss eine reaktionsschnelle Ellipse mit SCSS wie dieser Ellipse erstellen:
[code]
< /code>
.landing-bg__ellipse {
width: 100%;
height: 4.5rem;
background-color: #95cf9d;
border-radius: 50% 50% 0 0;
}
[/code]