Les Cercle en Html

#cercle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: green;
}
Dizzy Donkey