Home › Forums › CSS › spinning CSS 3 icons. › Re: spinning CSS 3 icons.
September 2, 2012 at 10:45 am
#108921
Participant
How can I change the color while keeping the image circular?
<img src="http://www.ccsdesignhouse.com/three/wp-content/uploads/2012/09/banner_prev_arrow.png" />
how do you target the border radius so it aligns with the middle of the icon? I’ve been using this CSS:
img {
position: absolute;
cursor: pointer;
background: white;
border-radius: 30px;
}