diff --git a/seed-element/seed-element.css b/seed-element/seed-element.css
new file mode 100644
index 0000000..9028b5a
--- /dev/null
+++ b/seed-element/seed-element.css
@@ -0,0 +1,20 @@
+/*
+ * @license
+ * Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
+ * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
+ * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
+ * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
+ * Code distributed by Google as part of the polymer project is also
+ * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
+ */
+
+:host {
+ display: block;
+}
+
+/* To ensure your styling works under the Shadow DOM polyfill, see
+ www.polymer-project.org/docs/polymer/styling.html#directives */
+polyfill-next-selector { content: ':host > h2'; }
+::content h2 {
+ color: blue;
+}
diff --git a/seed-element/seed-element.html b/seed-element/seed-element.html
new file mode 100644
index 0000000..e2706a2
--- /dev/null
+++ b/seed-element/seed-element.html
@@ -0,0 +1,97 @@
+
+
+
+
+Hello from seed-element
+