Why thisšŸ‘‰~šŸ‘ˆcss is not working inside form element? And which term is used to call it? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

Why thisšŸ‘‰~šŸ‘ˆcss is not working inside form element? And which term is used to call it?

<form> <input> </form> <div>visible</div> <style> input:focus ~ div{ visibility:collapse; } </style>

23rd May 2020, 3:12 PM
Absolute Zero ĻŸ
Absolute Zero ĻŸ - avatar
1 Resposta
+ 5
The next sibling must have same parent https://code.sololearn.com/W8Cp1tXTJJ0p/?ref=app
23rd May 2020, 3:17 PM
Gordon
Gordon - avatar