graffiti link

trunk
vilmibm 2021-08-06 18:54:11 +00:00
parent 8b299254de
commit 05d1d09dba
2 changed files with 15 additions and 0 deletions

View File

@ -133,6 +133,11 @@
our ECDSA key fingerprint:<br />SHA256:RGr0EXrHOCt/ZZitfMK2WFwbI80OGzat+DlthhTfWf4 our ECDSA key fingerprint:<br />SHA256:RGr0EXrHOCt/ZZitfMK2WFwbI80OGzat+DlthhTfWf4
</p> </p>
</section> </section>
<section id="pi">
<p>
<a href="/graffiti.html">π</a>
</p>
</section>
</div> </div>
</body> </body>
</html> </html>

View File

@ -103,6 +103,15 @@ section#footer {
max-width: 50ch; 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 { a {
text-decoration: none; text-decoration: none;
font-weight:bold; font-weight:bold;
@ -120,3 +129,4 @@ a:hover {
80%{color: green;} 80%{color: green;}
100%{color: blue;} 100%{color: blue;}
} }