Skip to content

Instantly share code, notes, and snippets.

@phani1kumar
Last active February 19, 2018 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phani1kumar/9893b00361fe4d7b654da9458a6eb107 to your computer and use it in GitHub Desktop.
Save phani1kumar/9893b00361fe4d7b654da9458a6eb107 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#ace_element {
width: 400px;
height: 300px;
left: 360px;
top: 390px;
}
</style>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment