diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 10:29:29 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 10:29:29 -0600 |
| commit | 7d5dc9c971668206fb2be01670603fa4831b510b (patch) | |
| tree | f08a2bd511200b7c7f7091a6e9bd4d5e9c7bfe89 /lisp/webapps/woodriverlessons/static/css | |
| parent | 391bda3f8cfa1d3a3573f7a038cf3b8a95026af5 (diff) | |
add footer
Diffstat (limited to 'lisp/webapps/woodriverlessons/static/css')
| -rw-r--r-- | lisp/webapps/woodriverlessons/static/css/stylesheet.css | 10 |
1 files changed, 10 insertions, 0 deletions
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;; +} |
