basic blog page!

This commit is contained in:
ari melody 2025-04-02 23:04:09 +01:00
parent 8eb432539c
commit 1a8dc4d9ce
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
9 changed files with 209 additions and 0 deletions

BIN
public/img/aridoodle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

0
public/script/blog.js Normal file
View file

46
public/style/blog.css Normal file
View file

@ -0,0 +1,46 @@
main {
margin: 0 auto 1rem auto;
}
article.blog {
font-family: 'Lora', serif;
}
.blog-date {
margin-top: -1em;
opacity: .75;
}
.blog p {
line-height: 1.5em;
}
.blog p:hover {
background: inherit;
}
.blog sub {
opacity: .75;
}
.blog img {
margin: 0 auto;
max-height: 50%;
max-width: 100%;
display: block;
}
.blog i.end-mark {
width: 1.2em;
height: 1.2em;
margin-top: -.2em;
display: inline-block;
transform: translateY(.2em);
background: url("/img/aridoodle.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}