Don't Touch the Blocks

HTML
<!DOCTYPE html> <html> <title>Don't Touch the Blocks</title> <br><br><br><br><br><br><br><br><br><br><br> <h1> Don't Touch the Blocks</h1> <body> <h3>Hold Left-Click in the box to move and reach the goal, and beat all the levels!!!</h3> <h2>Made by Decboy</h2> </body> <button>EASY</button> <a href="game.html"></a> <button>MEDIUM</button> <style> body { font-size:18px; text-align:center; background-color:black; color:Red; } h1 { font-size: 40px; text-align:center; } made { padding-left:12px; } button { -moz-box-shadow:inset 0px 1px 0px 0px #f29c93; -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93; box-shadow:inset 0px 1px 0px 0px #f29c93; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100)); background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%); background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%); background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%); background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%); background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0); background-color:#fe1a00; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #d83526; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:28px; font-weight:bold; padding:11px 30px; text-decoration:none; text-shadow:0px 1px 0px #b23e35; } </style> <button>HARD</button> </html>
CSS
JAVASCRIPT
Expand for more options Login