1
0
Fork 0

New poem: hotdog

This commit is contained in:
Lethe Beltane 2022-06-05 20:53:21 -05:00
parent bb7fdd3714
commit 93481c630f
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
16 changed files with 204 additions and 228 deletions

View file

@ -1,3 +1,7 @@
<!--
/* "Konton no Tsukai" for Layout V3 */
@media only screen and (min-width: 900px) {
body {
float: right;
@ -9,12 +13,12 @@
}
body {
background-image: url("./css/jett_3ds.png");
background-image: url("./css/Konton_no_Tsukai.png");
background-repeat: no-repeat;
background-size: cover;
background-size: contain;
background-attachment: fixed;
background-color: #000000;
background-position: top left;
background-position: bottom left;
font-family: monospace;
color: #FFFFFF;
max-width:900px;
@ -58,11 +62,11 @@ hr {
}
b, strong {
color: #685b71;
color: #80ff80;
}
i, em, code {
color: #7daeaa;
color: #ccffcc;
}
img.big {
@ -88,3 +92,5 @@ img.big {
50% { background-position: 100% 50%; }
100% { background-position: 0px 50%; }
}
-->