CSS -Kreis
#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}
Combative Cowfish
#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}
#circle{
width: 100px;
height: 100px;
background: red;
border-radius: 50%;
}