Latest solutions
Latest comments
- P@jefflangtechSubmitted almost 2 years ago@dors001Posted over 1 year 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 usedborder-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!!
1