Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS spinning CSS 3 icons. Re: spinning CSS 3 icons.

#108921
simpletwist
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;
}