Skip to content

Instantly share code, notes, and snippets.

@wathiede
Created August 2, 2014 05:22
Show Gist options
  • Save wathiede/96e2fec22e07f5f8fc84 to your computer and use it in GitHub Desktop.
Save wathiede/96e2fec22e07f5f8fc84 to your computer and use it in GitHub Desktop.
designer
<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