X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/b16cd2217f48dd418def72c91ba289b29a781762..30eda91159999122d1106432f7f56d4dbc5a07c7:/apps/quiz/static/css/style.css diff --git a/apps/quiz/static/css/style.css b/apps/quiz/static/css/style.css index ca377e4..2f22527 100755 --- a/apps/quiz/static/css/style.css +++ b/apps/quiz/static/css/style.css @@ -82,3 +82,17 @@ a.big-button:hover, a.button:hover { border: 1px solid #ddd; border-radius: 1em; } +footer { + font-size: .67em; + color: #aaa; + padding: .5em; + margin-top: 3em; + border-top: 1px solid #eee; +} +footer a { + color: #777; + text-decoration: none; +} +footer p { + margin-top: 0; +} \ No newline at end of file