cercle creux CSS

.hollow_circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 10px solid lightblue;
}
Martin