summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/style.css b/style.css
index 771e55b..61bd30b 100644
--- a/style.css
+++ b/style.css
@@ -16,3 +16,20 @@ dl {
display: inline-flex;
text-align: center;
}
+
+footer {
+ text-align: center ;
+ font-variant: small-caps ;
+ clear: both ;
+ padding: 2em 0 ;
+}
+
+footer li {
+ display: inline-block ;
+ padding: 0 .5em ;
+ font-size: x-large ;
+}
+
+footer li:hover {
+ background: #A5D6FF ;
+}