aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index fc2481a..d14665d 100644
--- a/style.css
+++ b/style.css
@@ -3,4 +3,12 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
#character-select .caption {
color: #000;
+}
+
+
+footer {
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ z-index: 1000;
} \ No newline at end of file