Created
August 2, 2014 05:22
-
-
Save wathiede/96e2fec22e07f5f8fc84 to your computer and use it in GitHub Desktop.
designer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../components/polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
#code_mirror { | |
width: 400px; | |
height: 300px; | |
left: 1450px; | |
top: 510px; | |
} | |
#ace_element { | |
width: 400px; | |
height: 300px; | |
left: 1520px; | |
top: 480px; | |
} | |
#cool_clock { | |
width: 400px; | |
height: 300px; | |
left: 240px; | |
top: 170px; | |
position: absolute; | |
} | |
</style> | |
<cool-clock skin="simonbaird_com" id="cool_clock"></cool-clock> | |
</template> | |
<script> | |
Polymer('my-element', { | |
}); | |
</script> | |
</polymer-element> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment