aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-03-06 19:36:10 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-03-06 19:36:10 +0000
commitdd073f7256bd53162e1ee93c6777ba6c7e97f3ca (patch)
tree00f45309b402d98696cd04d5958505b162b8941b /static
parenteb7d513356362db925eefbf50f967b4d983d7bd9 (diff)
downloadboymoder.blog-dd073f7256bd53162e1ee93c6777ba6c7e97f3ca.tar.gz
boymoder.blog-dd073f7256bd53162e1ee93c6777ba6c7e97f3ca.zip
added getting random anime images
Diffstat (limited to 'static')
-rw-r--r--static/index.md4
-rw-r--r--static/style.css8
2 files changed, 11 insertions, 1 deletions
diff --git a/static/index.md b/static/index.md
index 080a648..e217a94 100644
--- a/static/index.md
+++ b/static/index.md
@@ -1,3 +1,5 @@
# haii
my name is eden and im a 19yo computer science undergraduate. i made my own website to encourage others to do so too.
-i'll post my thoughts on here sometimes, and use this site to link to other stuff i host. \ No newline at end of file
+i'll post my thoughts on here sometimes, and use this site to link to other stuff i host.
+
+[click here for a random image of lio fotia](/random?tags=lio_fotia) \ No newline at end of file
diff --git a/static/style.css b/static/style.css
index 1ac4ec3..26b337c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -96,6 +96,10 @@ article section table td {
text-align: right;
}
+#randomImage img {
+ max-width: 65%;
+}
+
aside {
width: 30%;
padding-left: 15px;
@@ -103,6 +107,10 @@ aside {
float: right;
}
+#tags {
+ font-size: xx-small;
+}
+
.running {
background-color: green;
padding: 1, 1, 1, 1;