+ 1
I'm having trouble applying a CSS class to an image
After I create the class. how do I apply it to the image? is it <img "class name"> ?
1 Resposta
+ 3
<img class="class name" src="source URL "/>
After I create the class. how do I apply it to the image? is it <img "class name"> ?