I need to draw this figure with css
How could I do it?
I have this but I can not do it.
Code css:
.seccion
{
width: 350px;
height: 200px;
border-left: 70px solid #fff;
border-right: 70px solid #fff;
border-top: 100px solid #ccc;
border-radius: 50% 50% 0 0;
}
HTML code:
<div class="seccion">
</div>
I need to form this, just the outline of each figure.