Skip to content

Instantly share code, notes, and snippets.

<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#section {
left: 320px;
top: 260px;
position: absolute;
@pinoyyid
pinoyyid / designer.html
Last active August 29, 2015 14:06
designer
<link rel="import" href="../code-mirror/code-mirror.html">
<link rel="import" href="../core-input/core-input.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;