I'm doing my SVG images in AI and inserting them in my HTML like this:
<img class="animal_img" src="images/logos/bird.svg"/>
The class looks like this:
.animal_img {
margin-left: 0px;
margin-top: 0px;
width: 192px;
}
The class only "position" the image.
Currently I'm changing the color in AI and then upload it again. But is it an easier way to change it thru the CSS? Any way I can insert more code into the class and make it decide the color/fill of the sag image?
Thanks in advance, Matt
PS Fairly new to this forum so I hope I got the question correct etc... :-)