Explorar el Código

Added footer styling

deadtom hace 4 semanas
padre
commit
86e78954e2
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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;
+}
+