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 evening.
I'm trying to make a shape
in a different format but I just could not. I tried to do with border
and polygon
.
That's the format! If anyone knows of any way to do it there! I even managed to format with polygon
, but I could not round the bottom