summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2024-09-24 09:45:59 +0200
committerlsof <lsof@mailbox.org>2024-09-24 09:45:59 +0200
commit3cd7c6aa746e17548190d98e5beecf10d970d0c7 (patch)
tree4e2a9f918674f63984e5635ce35ff2231e427c2e /static
parentdd4efd4f8e41dafcc522fd09a78e27baeb9bd2ab (diff)
food blog ?
Diffstat (limited to 'static')
-rw-r--r--static/asset/nvim.pngbin12359 -> 0 bytes
-rw-r--r--static/asset/oat1.jpgbin0 -> 121232 bytes
-rw-r--r--static/asset/oat2.jpgbin0 -> 193019 bytes
-rw-r--r--static/style.css10
4 files changed, 10 insertions, 0 deletions
diff --git a/static/asset/nvim.png b/static/asset/nvim.png
deleted file mode 100644
index 1559e3c..0000000
--- a/static/asset/nvim.png
+++ /dev/null
Binary files differ
diff --git a/static/asset/oat1.jpg b/static/asset/oat1.jpg
new file mode 100644
index 0000000..1979ff2
--- /dev/null
+++ b/static/asset/oat1.jpg
Binary files differ
diff --git a/static/asset/oat2.jpg b/static/asset/oat2.jpg
new file mode 100644
index 0000000..c80ae36
--- /dev/null
+++ b/static/asset/oat2.jpg
Binary files differ
diff --git a/static/style.css b/static/style.css
index 247a339..967c9be 100644
--- a/static/style.css
+++ b/static/style.css
@@ -115,3 +115,13 @@ table {
background: var(--code-bg);
font-size: 15px;
}
+
+p > img {
+ width: 90%;
+ display: block;
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+ box-shadow: -5px -5px 8px 3px lightgray;
+ border-radius: 12px;
+}