TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> button:hover { background-color: blue; color: white; } </style> </head> <body> <button>Hover me</button> </body> </html>