Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en"
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
    <title>Button Demo</title>
    <link rel="stylesheet" type="text/css" href="css/demo.css">
</head>
<body ng-app="demoApp" ng-controller="demoController">
    <main>
        <button aria-label="Help" ng-click="doStuff($event)">
            <i class="icon icon-help"></i>
        </button>
        <div class="button" role="button" tabindex="0" aria-label="Menu" ng-click="doStuff($event)" ng-keydown="doStuff($event)">
            <i class="icon icon-menu"></i>
        </div>
    </main>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
kentcdoddspro
0viewers