+ 2

HTML text

How to make text invisible so when you pass a cursor makes it visible???

26th May 2018, 8:48 PM
Gustave A C/D C ☢️ 🛸🛸🛸
Gustave A C/D C ☢️ 🛸🛸🛸 - avatar
1 ответ
+ 2
set property to "display: none;" to hide. use CSS :hover selector like this element:hover { css declarations: } you can use JavaScript "onmouseover" event as well.
26th May 2018, 8:59 PM
Zohaib 👑
Zohaib 👑 - avatar