How can I override img css for a specific image.
Let's say
I have css on my website like
img{
border:2px solid #ECECEC;
padding:4px;
}
I have one img on the website: <img id="example" src="../example.png"/>
Now I do not want to use img css for this particular image.
How can i do this?
thank
Yasin source
share