Prev Demo
Hover Buttons
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> .button { border: 2px solid green; height: 200px; width: 200px; } .button:hover { background-color: green; color: white; } </style> </head> <body> <p><i>Hover button</i></p> <button class="button">TechFunda</button> <button class="button">TechFunda</button> </body> </html>
Note: We DO NOT save your trial code in our database.
Output