How to hide text under hover? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to hide text under hover?

text should display while box is hover across the screen.

3rd Jan 2017, 7:43 PM
Hacking Tiger
Hacking Tiger - avatar
3 Answers
+ 3
text { opacity: 1; } text:hover { opacity: 0; }
3rd Jan 2017, 8:13 PM
Kamil
Kamil - avatar
+ 2
thanks to both of u i will try both the way
4th Jan 2017, 5:44 AM
Hacking Tiger
Hacking Tiger - avatar
0
.txt:hover {display: none}
4th Jan 2017, 3:34 AM
Дмитрий Ботов
Дмитрий Ботов - avatar