Skip to content

Instantly share code, notes, and snippets.

@naiwungmusic
Last active August 29, 2015 14:13
Show Gist options
  • Save naiwungmusic/616a8b207f514a925b3a to your computer and use it in GitHub Desktop.
Save naiwungmusic/616a8b207f514a925b3a to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-profile.html">
<polymer-element name="my-element">
<template>
<style>
#topeka_profile {
width: 300px;
height: 300px;
left: 460px;
top: 220px;
position: absolute;
}
</style>
<topeka-profile id="topeka_profile" center layout vertical></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