From 7d5dc9c971668206fb2be01670603fa4831b510b Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 26 May 2024 10:29:29 -0600 Subject: add footer --- lisp/webapps/woodriverlessons/static/css/stylesheet.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lisp/webapps/woodriverlessons/static/css') diff --git a/lisp/webapps/woodriverlessons/static/css/stylesheet.css b/lisp/webapps/woodriverlessons/static/css/stylesheet.css index 36c6a97..02221b5 100644 --- a/lisp/webapps/woodriverlessons/static/css/stylesheet.css +++ b/lisp/webapps/woodriverlessons/static/css/stylesheet.css @@ -36,6 +36,7 @@ p { .form-control { width: 600px; + background-color: #ffd081; } .contact-info { @@ -55,3 +56,12 @@ p { .modal-content { background-color: #2c180d; } + +#footer { + text-align: center; +} + +hr { + border: 1px #ffd081 solid; + width: 200px;; +} -- cgit v1.3