Ver código fonte

Added footer styling

deadtom 4 semanas atrás
pai
commit
86e78954e2
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7 0
      ownchatbot/static/style.css

+ 7 - 0
ownchatbot/static/style.css

@@ -165,3 +165,10 @@ a:visited {
     z-index: 1;
 }
 
+footer {
+    text-align: center;
+    align-items: center;
+    padding: 5px;
+    background-color: #2a52be;
+}
+