Skip to content

Instantly share code, notes, and snippets.

@waspinator
Last active August 29, 2015 14:15
Show Gist options
  • Save waspinator/39696a0137eacd5a7b1b to your computer and use it in GitHub Desktop.
Save waspinator/39696a0137eacd5a7b1b to your computer and use it in GitHub Desktop.
designer
<link href="../topeka-elements/topeka-resources.html" rel="import">
<link href="../topeka-elements/topeka-profile.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#topeka_profile {
width: 300px;
height: 300px;
left: 390px;
top: 220px;
position: absolute;
}
</style>
<topeka-profile id="topeka_profile" vertical layout center></topeka-profile>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment