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