Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <script src="https://unpkg.com/@reactivex/rxjs@5.0.3/dist/global/Rx.js"></script>
</head>
<body>
  <p>
    <button id="button1">1</button>
    <button id="button2">2</button>
    <button id="button3">3</button>
  </p>
  <p id="output"/>
</body>
</html>
 
button{
  padding-left: 10px;
  padding-right: 10px;
}
#output{
  font-size: xx-large;
}
Output

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

Dismiss x
public
Bin info
jonstodlepro
0viewers