half circle using css code example
Example: half circle css
div {
width: 150px;
height: 75px;
border-bottom-left-radius: 510px;
border-bottom-right-radius: 510px;
background: #ECA03D;
}
div {
width: 150px;
height: 75px;
border-bottom-left-radius: 510px;
border-bottom-right-radius: 510px;
background: #ECA03D;
}