<img src="images/logo.svg" class="logo">
.logo {
fill: grey;
}
or
.logo {
color: grey;
}
Both are not working. I'm playing this lots of time but still, I didn't find my answer.
<img src="images/logo.svg" class="logo">
.logo {
fill: grey;
}
or
.logo {
color: grey;
}
Both are not working. I'm playing this lots of time but still, I didn't find my answer.