summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-07-18 08:20:22 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-07-18 08:20:22 +0100
commitff24e80da06d6f08789516d55c50bb1f44e5de30 (patch)
tree309ca709fc89754eff9a95fe9a6e78aa8f297303 /style.css
parent6c6319c3ecfb9606c32b3c6c9b487da33911f8b6 (diff)
downloadinfoculture.pub-ff24e80da06d6f08789516d55c50bb1f44e5de30.tar.gz
infoculture.pub-ff24e80da06d6f08789516d55c50bb1f44e5de30.tar.bz2
infoculture.pub-ff24e80da06d6f08789516d55c50bb1f44e5de30.zip
add badge
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/style.css b/style.css
index 60329e7..1d8575e 100644
--- a/style.css
+++ b/style.css
@@ -21,6 +21,19 @@ body {
max-width: 1200px;
}
+footer {
+ margin: 2vw;
+ display: flex;
+ justify-content: end;
+}
+
+.badge {
+ width: 88px;
+ height: 31px;
+ border: 4px groove #800080;
+ padding: 0;
+}
+
h1 {
font-size: 2.5rem;
}
@@ -709,4 +722,4 @@ code span.wa {
font-weight: bold;
font-style: normal;
font-display: block;
-} \ No newline at end of file
+}