summaryrefslogtreecommitdiff
path: root/lisp/webapps/woodriverlessons/static
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/webapps/woodriverlessons/static')
-rw-r--r--lisp/webapps/woodriverlessons/static/css/stylesheet.css10
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;;
+}