Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<head>
  
  <meta charset="utf-8">
  <base href="http://milestech.net/components/">
  <script src="webcomponentsjs/webcomponents-lite.min.js"></script>
  <link href="paper-header-panel/paper-header-panel.html" rel="import">
  <link href="paper-tabs/paper-tabs.html" rel="import">
  <link href="paper-toolbar/paper-toolbar.html" rel="import">
  
  <style is="custom-style">
    body {
      font-family: sans-serif;
    }
  </style>
</head>
<body>
  
  <paper-header-panel>
    <paper-toolbar>
        <paper-tabs class="flex">
          <paper-tab>
              ABOUT
          </paper-tab>
          <paper-tab>
            <div>
              TOUR SCHEDULE
            </div>
          </paper-tab>
            <paper-tab>
              <div> 
                VIDEOS
              </div>
            </paper-tab>
            <paper-tab>
              <div> 
                HOST
              </div>
            </paper-tab>
            <paper-tab>
              <div> 
                LONG TITLE THIS IS
              </div>
            </paper-tab>
        </paper-tabs>
    </paper-toolbar>
  </paper-header-panel>
  
</body>
Output

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

Dismiss x
public
Bin info
sjmilespro
0viewers