Skip to content

Instantly share code, notes, and snippets.

View ChadKillingsworth's full-sized avatar

Chad Killingsworth ChadKillingsworth

View GitHub Profile
@ChadKillingsworth
ChadKillingsworth / index.html
Last active January 18, 2017 15:01 — forked from anonymous/index.html
Polymer Colliding Property// source http://jsbin.com/suwupas
<!doctype html>
<head>
<meta charset="utf-8">
<title>Polymer Colliding Property</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.23/webcomponents-lite.min.js"></script>
<link href="https://raw.githubusercontent.com/Polymer/polymer/v1.7.1/polymer.html" rel="import">
</head>
<body>
<colliding-element></colliding-element>