Prev Demo
Button Properties
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> .button { background-color:red; font-size:20px; border-radius:10px; border:2px solid blue; } .button1{ box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); cursor:not-allowed; opacity:0.4; background-color:green; width:50px; } </style> </head> <body> <p>Button properties</p> <button class="button">TechFunda</button> <button class="button1">DotNetFunda</button> </body> </html>
Note: We DO NOT save your trial code in our database.
Output