diff options
author | rekado <rekado@elephly.net> | 2016-12-19 11:31:03 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-12-19 12:13:58 +0100 |
commit | 5819fa0e1c06b6da1e0b75a47dfa7cae600409ab (patch) | |
tree | b01a3a1bb269fb06b668dec165e7f60dba8e7c00 /static | |
parent | 7f5002befbba542c892b81771286d9e313862517 (diff) |
Add a footer.
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 { |