Answers for "how do you make a half circle in html css?"

CSS
1

half circle css

div {
  width: 150px;
  height: 75px;
  border-bottom-left-radius: 510px;
  border-bottom-right-radius: 510px;
  background: #ECA03D;
}
Posted by: Guest on May-11-2021

Code answers related to "how do you make a half circle in html css?"

Browse Popular Code Answers by Language