diff --git a/materialize/css/style-page.css b/materialize/css/style-page.css
index f37dfee..14fa595 100644
--- a/materialize/css/style-page.css
+++ b/materialize/css/style-page.css
@@ -26,3 +26,27 @@ section {
margin-right: 10%;
margin-top: 3em;
}
+
+footer {
+ margin-top: 7em;
+ text-align: center;
+ position: relative;
+ font-family: serif;
+ font-size: 11px;
+ color: #555;
+ background-color: #EEE;
+ border-top: solid 2px #DDD;
+ padding-bottom: 10px;
+ padding-top: 14px;
+}
+
+footer p {
+ margin: 0;
+}
+
+footer a {
+ text-decoration: none;
+ font-weight: 600;
+ font-family: sans-serif;
+ color: #111;
+}
diff --git a/templates/page-example.html b/templates/page-example.html
index 7bcc610..c3728fe 100644
--- a/templates/page-example.html
+++ b/templates/page-example.html
@@ -20,5 +20,8 @@
+