Can I make the bottom come to more of a point?
I'm trying to replicate the shape of the attached badge, but I'm struggling to get the bottom radius' to form a point, instead of a fully rounded border. Is this possible with a single shape, or am I going to have to look at creating multiple shapes? ๐ค
7 Replies
what exactly are you trying to do?
why are you trying to make a pointy border?
I'd like to replicate the shape of the badge I've attached
why? what for? what is the final goal?
I'm just trying to make a badge using CSS
this will probably be a lot easier with svg
Yeah, you can't make a point there using border radius.
you can try to make something with pseudo-elements and a clip-path, but it will be too much work