diff options
author | ankitjavalkar | 2020-10-08 16:35:32 +0530 |
---|---|---|
committer | ankitjavalkar | 2020-10-08 16:36:53 +0530 |
commit | 4975c2ebd8fcebbb34944b7ef4b16add3071ea43 (patch) | |
tree | f26c2e09475eac0c21e2a0232efb1b749ea8bcbf /yaksh/static | |
parent | aaf8f36bce5fff6c36bcbac3fa038ae99304b73f (diff) | |
download | online_test-4975c2ebd8fcebbb34944b7ef4b16add3071ea43.tar.gz online_test-4975c2ebd8fcebbb34944b7ef4b16add3071ea43.tar.bz2 online_test-4975c2ebd8fcebbb34944b7ef4b16add3071ea43.zip |
Add footer and CSS
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index edb9530..302ac19 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -214,4 +214,14 @@ iframe { .toast-top-center { padding-top: 5em; -}
\ No newline at end of file +} + +.footer { + position: fixed; + z-index: 100; + bottom: 0; + width: 100%; + background-color: #61615F; + color: white; + text-align: center; +} |