diff --git a/home.html b/home.html
index 2b6b2cc..9f9be2d 100644
--- a/home.html
+++ b/home.html
@@ -93,15 +93,24 @@
-
+
+
+
+
+
diff --git a/styles/flashy.css b/styles/flashy.css
index 1e98779..fa23b98 100644
--- a/styles/flashy.css
+++ b/styles/flashy.css
@@ -222,10 +222,12 @@ body {
background-color: #e8e8e8;
overflow-x: hidden;
font-family: 'Titillium Web', sans-serif;
+ height: 100%;
}
html {
background: transparent;
+ height: 100%;
}
.btn {
@@ -368,3 +370,28 @@ md-content.md-default-theme {
}
/* Animation CSS END */
+
+
+
+
+/* Footer */
+* {
+margin: 0;
+}
+
+
+.wrapper {
+ min-height: 100%;
+ height: auto !important;
+ height: 100%;
+ margin: 0 auto -4em;
+}
+
+.container, .push {
+ height: 4em;
+}
+
+
+
+
+