Answers for "html css circle container"

CSS
2

circle div

border-radius: 50%;
width: 200px;
height: 200px; 
/* width and height can be anything, as long as they're equal */
Posted by: Guest on December-27-2020
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