I try to create an element like this one:
I can't create a piece of arc of a circle according to a diameter, by playing with the edge of the angles, it doesn't look how I wish. My result:https://codepen.io/yoan-dev/pen/rNJNPPN
.main {
bottom: 0px;
width: 100%;
height: 70px;
background-color: blue;
border-top-left-radius: 100% 80px;
border-top-right-radius: 100% 80px;
}
<a href="#">
<div class="main"></div>
</a>