TwoToc code
[YouAndWeb_TwoToc] / client / components / footer / footer.scss
diff --git a/client/components/footer/footer.scss b/client/components/footer/footer.scss
new file mode 100755 (executable)
index 0000000..44debe2
--- /dev/null
@@ -0,0 +1,29 @@
+footer.footer {
+    padding: 30px 0;
+    bottom: 0;
+    left: 0;
+    right: 0;
+    height: 130px;
+    background: #EDEFED;
+    margin-top: 0 !important;
+}
+footer.homeFooter {
+  position: fixed;
+}
+
+
+footer .navbar li {
+  list-style: none;
+  float: left;
+  position: relative;
+  display: block;
+  width: 33%;
+
+  a {
+    font-family: "Oswald", sans-serif;
+    font-size: 20px;
+    font-weight: 300;
+    color: #666;
+    text-decoration: none;
+  }
+}
\ No newline at end of file