Answers for "how to make a hollow circle in css"

CSS
0

css hollow circle

.hollow_circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 10px solid lightblue;
}
Posted by: Guest on August-11-2021

Code answers related to "how to make a hollow circle in css"

Browse Popular Code Answers by Language