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;} } +