about summary refs log tree commit diff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index d4cc2ee..3030424 100644
--- a/static/style.css
+++ b/static/style.css
@@ -72,3 +72,40 @@ a:active {
 ul {
   margin-left:40px;
 }
+
+.main { 
+  min-height: 70vh;
+  padding-bottom: 100px;
+}
+
+.navbar {
+  background-color: #336699;
+  border-color: #080808;
+}
+
+body 
+{
+}
+
+.footer {
+     color: black;
+     background-color: #f5f5f5;
+     border-color: #080808;
+     font-size: small;
+     padding: 3px 0;
+     position: absolute;
+     left: 0;
+     bottom: 0;
+     width: 100%;
+}
+
+.footer a {
+     text-decoration: none;
+     transition: color 0.3s ease;
+     color: #1e87f0;
+     cursor: pointer;
+}
+
+.footer a:hover {
+     color: #adb5bd;
+}