diff --git a/polymer-ui-card/index.html b/polymer-ui-card/index.html
new file mode 100644
index 0000000..70f28c0
--- /dev/null
+++ b/polymer-ui-card/index.html
@@ -0,0 +1,27 @@
+
+
+
+
+ Cards
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/polymer-ui-card/polymer-ui-card.css b/polymer-ui-card/polymer-ui-card.css
new file mode 100644
index 0000000..262050a
--- /dev/null
+++ b/polymer-ui-card/polymer-ui-card.css
@@ -0,0 +1,13 @@
+/*
+Copyright 2013 The Polymer Authors. All rights reserved.
+Use of this source code is governed by a BSD-style
+license that can be found in the LICENSE file.
+*/
+
+@host {
+ * {
+ background-color: #fff;
+ border-radius: 2px;
+ box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
+ }
+}
\ No newline at end of file
diff --git a/polymer-ui-card/polymer-ui-card.html b/polymer-ui-card/polymer-ui-card.html
new file mode 100644
index 0000000..9525d96
--- /dev/null
+++ b/polymer-ui-card/polymer-ui-card.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+