How do we reduce the opacity of a bootstrap card on hover | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 1
//When card is hoverd opacity to 0 .card_clasd:hover { opacity:0; }
8th Feb 2019, 2:47 PM
Sudarshan Rai
Sudarshan Rai - avatar