Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta name="description" content="core-drawer-panel with footer" />
    <meta charset=utf-8 />
    <title>Polymer</title>
    <script src="http://www.polymer-project.org/components/webcomponentsjs/webcomponents.js"></script>
    <link rel="import" href="http://www.polymer-project.org/components/polymer/polymer.html">
    <link rel="import" href="http://www.polymer-project.org/components/core-header-panel/core-header-panel.html">
    <link rel="import" href="http://www.polymer-project.org/components/core-toolbar/core-toolbar.html">
  </head>
  <body fullbleed layout vertical>
      <core-header-panel flex>
        <core-toolbar>
          <div>Main</div>
        </core-toolbar>
        <div flex layout vertical>
        
            <div flex> 
            <br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi
            <br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi
            <br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi
            </div>
        
            <core-toolbar>
              Footer
            </core-toolbar>
        
        </div>
      </core-header-panel>
   </body>
</html>
Output 300px

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

Dismiss x
public
Bin info
Scholsey18pro
0viewers