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, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  <meta name="apple-mobile-web-app-capable" content="yes"/>
  <script src="https://www.polymer-project.org/webcomponentsjs.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-elements/core-elements.html">
  
  <style shim-shadowdom>
    html /deep/ core-toolbar::shadow ::content > .indent {
      margin-left: 140px;
      background:pink;
    }
  </style>
  
</head>
<body unresolved>
  <core-toolbar><span class="indent poop">blah blah</span></core-toolbar>
</body>
</html>
Output

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

Dismiss x
public
Bin info
sfeastpro
0viewers