círculo CSS W3Schools
#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}
Dayanaohhnana
#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}