Skip to content

Instantly share code, notes, and snippets.

<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#smoothie_chart {
left: 250px;
top: 120px;
position: absolute;
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
opacity: 0.2;
background-color: rgb(0, 255, 0);
}