From c48240f94010da6feb6d9744e97de34ddc7df5d3 Mon Sep 17 00:00:00 2001 From: chopster44 Date: Wed, 24 Apr 2024 18:50:13 +0100 Subject: [PATCH] Added an image page --- imgs.html | 36 ++++++++++++++++++++++++++++++++++++ index.css | 4 ++++ 2 files changed, 40 insertions(+) create mode 100644 imgs.html diff --git a/imgs.html b/imgs.html new file mode 100644 index 0000000..05cd0d6 --- /dev/null +++ b/imgs.html @@ -0,0 +1,36 @@ + + + + + + + imgs + + + +
+ + +
+
+

imgs

+

A list of all the images/media I use here and where it came from.

+
+ profile picture +

Modified version of some art I found which I've been using as my profile picture.
+ I have tried to find the original artist but the only place I have ever found it is + [this reddit post]

+
+
+ + + diff --git a/index.css b/index.css index dfaf643..26c92c6 100644 --- a/index.css +++ b/index.css @@ -29,3 +29,7 @@ sub { .blogItem { padding-left: 5%; } + +.srcItem { + display: flex; +} \ No newline at end of file