Answers for "how to get 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

Browse Popular Code Answers by Language