I'm having trouble applying a CSS class to an image | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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"> ?

13th Jan 2017, 5:08 AM
V3num
V3num - avatar
1 Respuesta
+ 3
<img class="class name" src="source URL "/>
13th Jan 2017, 5:13 AM
Sun
Sun - avatar