From 05d1d09dba3f6a5838873d37a732175b58555133 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Fri, 6 Aug 2021 18:54:11 +0000 Subject: [PATCH] graffiti link --- index.html | 5 +++++ style.css | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/index.html b/index.html index 10780c2..562ac87 100644 --- a/index.html +++ b/index.html @@ -133,6 +133,11 @@ our ECDSA key fingerprint:
SHA256:RGr0EXrHOCt/ZZitfMK2WFwbI80OGzat+DlthhTfWf4

+
+

+ π +

+
diff --git a/style.css b/style.css index e1935aa..bb7a86c 100644 --- a/style.css +++ b/style.css @@ -103,6 +103,15 @@ section#footer { max-width: 50ch; } +section#pi { + text-align:right; + margin: auto; + margin-top: 40em; + text-align: center; + max-width: 4ch; + margin-right: max((100% - 10ch) * .2, 0ch); +} + a { text-decoration: none; font-weight:bold; @@ -120,3 +129,4 @@ a:hover { 80%{color: green;} 100%{color: blue;} } +