Answers for "half circle css"

CSS
0

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
1

circle css

#circle {
  width: 100px;
  height: 100px;
  background: red;
  border-radius: 50%
}
Posted by: Guest on December-06-2020

Browse Popular Code Answers by Language