[Solved] Where to add the mentioned ones(HTML CSS)? [closed]
You have: <style label:hover { font-size:40px } input:hover { font-size:40px } ></style> You wanted: <style> label:hover { font-size: 40px; } input:hover { font-size: 40px; } </style> You also want to check the console for a “404 not found” error. I am a little suspicious of the path you have to the required javascript file. First … Read more