Making a Triangle with rounded side

I am trying to create this red shape in Webflow CSS. (preferably no-code but I’ll take what I can get!)
Screen Shot 2022-01-11 at 7.20.36 PM

My main issue is making the right slide rounded while leaving the other two straight.


Here is my public share link: LINK
(how to access public share link)

Hello @CircleCreaitve, so the best way to do this is by using clip path or depending on what you are using it with an svg graphic, however there is a hacky way to do it, by using a triangle and an oval inside a div with some negative margin. kind of like this:
Screen Shot 2022-01-11 at 8.34.11 PM
so the triangle is just a 100X100 div with top and bottom 50 transparent borders, and a 100 yellow solid right border. the oval is just a 20X100 div with a 50%radius. I hope this helps.

This is great– thank you Pablo!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.