1 The thing is that you can't use

Step 2) Add CSS: Example .hide { display: none; } .myDIV:hover + .hide { display: block; color: red; } Try it Yourself Example Explained rev2023.3.3.43278. Where should I put