I have created the circle around the image and I want to rotate the border only, not the image.
This is the image that I wanted to create and rotate only the blue border, not the image.
I have created like this:
#circle2 {
background-color: transparent;
border-radius: 100%;
border: 6px solid #337AB7;
border-left: 6px solid transparent;
}
<div id="circle2"><div class="elementor-widget-container"><div class="elementor-image"><img src="http://www.fillmurray.com/200/200" class="attachment-large size-large"></div></div></div>
I want to rotate the blue border around the image not the image.
Any help is much appreciated.