aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/style.css b/style.css
index 752487e..30003d2 100644
--- a/style.css
+++ b/style.css
@@ -55,6 +55,27 @@ span#error {
color: red;
}
+footer {
+ position: fixed;
+ bottom: 0;
+ text-align: center;
+}
+
+footer a {
+ text-decoration: none;
+ color: black;
+}
+
+footer > ul {
+ list-style-type: none;
+ padding: 0;
+}
+
+footer > ul > li {
+ display: inline;
+ margin: 0 8px;
+}
+
.inputWrap {
display: block;
margin: 0 auto;