Answers for "css half circle shape background"

CSS
2

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

Browse Popular Code Answers by Language