2
div {
width: 280px;
height: 280px;
background: #1e90ff;
-webkit-clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%);
clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%);
}
<div></div>
Good morning, good afternoon and good night.
I’m trying to make a shape
in a different format only I couldn’t. I tried to do it with border
and polygon
.
That’s the format! If anyone knows any way to do it there! I even managed to make the format with the polygon
, but I couldn’t round off the bottom
Does it have any gradient or is it solid color? An alternative could be SVG.
– Sergio
I put the code using Polygon. I just couldn’t round the tip.
– Filipe Assad
I noticed kkkk until to make the rounded tip but I would have to put in the hand stitch by stitch of the round part.
– Filipe Assad
You may find the answers to this question helpful: http://answall.com/q/159540/51124
– Taisbevalle