Sha256: 05f0a14e5826dae8ed1e32ac1bea49c273df2dbf4099e5d37fd678d214c0aa55
Contents?: true
Size: 1.35 KB
Versions: 15
Compression:
Stored size: 1.35 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>Fancy Buttons - Demo</title> <link href="./stylesheets/buttons.css" media="screen, projection" rel="stylesheet" type="text/css" /> <!--[if lte IE 6]> <link href='./stylesheets/ie6.css' rel='stylesheet' type='text/css' /> <![endif]--> </head> <body> <h1>Fancy Buttons</h1> <div> <button class="green">Click Me</button> <a href="#" class="button blue">Click Me</a> <button class="red">Click Me</button> </div> <div> <button>Click Me</button> <button class="yellow">Click Me</button> </div> <h2>Matte Gradient</h2> <div> <button class="light">Click Me</button> <button class="matte-blue">Click Me</button> </div> <h2>Disabled Buttons</h2> <div> <button class="green" disabled>Click Me</button> <button class="red" disabled>Click Me</button> </div> <h2>Custom Radial Gradient</h2> <div> <button class="custom heart">♥</button> <button class="custom arrow">→</button> <button class="custom spade">Ω</button> </div> </body> </html>
Version data entries
15 entries across 15 versions & 3 rubygems