Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  <link rel="stylesheet" href="https://rawgit.com/alexwolfe/Buttons/master/css/buttons.css" type="text/css"/>
  <meta charset="utf-8">
  <title>Button!!</title>
</head>
<body>
  <div class="row">
    <a href="#" class="button button-rounded">Welcome to underground</a>
  </div>
  <div class="row">
    <a href="#" class="button button-3d-primary">Welcome to underground</a>
  </div>
  <div class="row">
    <a href="#" class="button button-border-action button-pill">Welcome to underground</a>
  </div>
  <div class="row">
    <a href="#" class="button glow button-royal">Welcome to underground</a>
  </div>
  <div class="row">
    <span class="button-wrap">
      <a href="#" class="button button-circle button-flat-caution"><i class="fa fa-bitcoin fa-2x"></i></a>
    </span>
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
futoasepro
0viewers