Div CSS circulaire

.circle {
  height: 50px;
  width: 50px;
  background-color: #bbb;
  border-radius: 50%;
}
Testy Toad