I need to make circles that looks like the image:
My current way to make a circle :
.circle {
text-align: center;
width: 16px;
height: 16px;
background-color: red;
border-radius: 100px;
margin-top: 6px;
}
I'm not sure how to make a semi circle and quarter circle with two different colors. Please help. Thank you.