diff options
Diffstat (limited to 'lisp/webapps/woodriverlessons/static/css')
| -rw-r--r-- | lisp/webapps/woodriverlessons/static/css/stylesheet.css | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/lisp/webapps/woodriverlessons/static/css/stylesheet.css b/lisp/webapps/woodriverlessons/static/css/stylesheet.css new file mode 100644 index 0000000..48ba0b6 --- /dev/null +++ b/lisp/webapps/woodriverlessons/static/css/stylesheet.css @@ -0,0 +1,53 @@ +body { + background-color: #161012; + color: white; +} + +p { + font-size: 14px; +} + +#container { + width: 100%; + margin: 20px auto; +} + +.table { + color: white; +} + +.nav-link { + color: white; + cursor: pointer; +} + +.well { + background-color: #2c180d; + border: 1px black solid; + text-align: center; +} + +.banner { + background-image: url("/static/images/violin-strip.jpg"); + background-repeat: repeat; + background-position: left; +} + +.form-control { + width: 600px; +} + +.contact-info { + color: #59200e; + font-size: 15px; + font-weight: bold; + line-height: 0.4; +} + +.banner-title { + color: #59200e; + font-size: 24px; + font-weight: bold; + text-align: center; + line-height: 0.4; +} |
