This is my code:
div.gray-box-1 {
background: #f1f1f1 url('gfx/p1.svg') no-repeat center center;
width: 100px;
height: 100px;
}
p1.svg is an image of cat. I want to change the color of it on hover. Is this possible?
This is my code:
div.gray-box-1 {
background: #f1f1f1 url('gfx/p1.svg') no-repeat center center;
width: 100px;
height: 100px;
}
p1.svg is an image of cat. I want to change the color of it on hover. Is this possible?