I'm trying to get the following image using border, but I couldn't change the color of the places I want. I looked at the use of Rotate, but it plays in the photo inside the circle.How can I generate a color plant with css?
The code below doesn't do what I want.
.
profile-img {
width: 70px;
height: 70px;
border-bottom: 4px #272121 solid;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
border-top: 4px #272121 solid;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
}