graffiti link
parent
8b299254de
commit
05d1d09dba
|
@ -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>
|
||||||
|
|
10
style.css
10
style.css
|
@ -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;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue