How do we reduce the opacity of a bootstrap card on hover | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How do we reduce the opacity of a bootstrap card on hover

i have created bootstrap cards and i want to lower the opacity of the image on the card on hover how can i do it ?

8th Feb 2019, 1:57 PM
Vidur Tuli
Vidur Tuli - avatar
1 Respuesta
+ 1
//When card is hoverd opacity to 0 .card_clasd:hover { opacity:0; }
8th Feb 2019, 2:47 PM
Sudarshan Rai
Sudarshan Rai - avatar