소스 검색

Added footer styling

deadtom 4 주 전
부모
커밋
86e78954e2
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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;
+}
+