diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/screen.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index d7c2f26..0072868 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -50,6 +50,16 @@ body { #banner-slim { padding-bottom: 1em; } +footer { + background-color: #fff; + box-shadow: 0px -3px 8px #ccc; + color: #000; + font-size: 12px; + margin-top: 3rem; + padding: 1em; + text-align: center; } + footer .highlight { + color: #ff00ff; } @media screen and (max-width: 600px) { #index { |