Is there a way to create a triangle with a rounded bottom section in a different color?
#box {
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 0 150px 150px 150px;
border-color: transparent yellow red blue;
position: relative;
}
Result:
https://i.sstatic.net/9FP9N.jpg
My goal is to have a green rounded bottom section on the triangle shape: