summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-20 23:06:34 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-20 23:06:34 +0100
commit64744c137bc47a3438d1be2d1db7eff6a24f78ad (patch)
treefd66f9665bd7a99903cfbeae0ad74f430cb6a4f1
parent325eaaec57e0d626f868acbea389b30d914b19fb (diff)
Add footer styles
-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 ;
+}