I have this loader here: https://jsfiddle.net/guanzo/hdn3wqmd/2/
I'm trying to make it look like this
I'm not sure this can be done with borders alone, i've tried a bunch of variations of border width/radius etc, but it never comes out right.
.loader {
border-top: 40px solid #3498db; /* Blue */
border-bottom: 40px solid darkblue; /* Blue */
border-radius: 50%;
width: 300px;
height: 300px;
}
EDIT: I'm not asking about making it spin. I'm asking how to create my provided image above with css. You'll notice that a Yin Yang's shape fills a circle. My desired shape does not, and has an empty center.