P
@jefflangtechSubmitted almost 2 years ago
At first i used clip-path
as well, but then i had to fiddle with the other elements a lot to make it work.
finally i just used border-radius
.block__rounded {
border-bottom-left-radius: 100% 30%;
border-bottom-right-radius: 100% 30%;
}
got a pretty good results with a lot less fiddling. hope this helps, have fun!!