I need to create a CSS shape like this image..
Please check this fiddle of my work I have created something like that, but I cannot give a curve to it.
#shape {
border-left: 70px solid transparent;
border-top: 100px solid red;
height: 0;
width: 200px;
}
Can anyone help me?
See Question&Answers more detail:os