From 3cd7c6aa746e17548190d98e5beecf10d970d0c7 Mon Sep 17 00:00:00 2001 From: lsof Date: Tue, 24 Sep 2024 09:45:59 +0200 Subject: food blog ? --- static/asset/nvim.png | Bin 12359 -> 0 bytes static/asset/oat1.jpg | Bin 0 -> 121232 bytes static/asset/oat2.jpg | Bin 0 -> 193019 bytes static/style.css | 10 ++++++++++ 4 files changed, 10 insertions(+) delete mode 100644 static/asset/nvim.png create mode 100644 static/asset/oat1.jpg create mode 100644 static/asset/oat2.jpg (limited to 'static') diff --git a/static/asset/nvim.png b/static/asset/nvim.png deleted file mode 100644 index 1559e3c..0000000 Binary files a/static/asset/nvim.png and /dev/null differ diff --git a/static/asset/oat1.jpg b/static/asset/oat1.jpg new file mode 100644 index 0000000..1979ff2 Binary files /dev/null and b/static/asset/oat1.jpg differ diff --git a/static/asset/oat2.jpg b/static/asset/oat2.jpg new file mode 100644 index 0000000..c80ae36 Binary files /dev/null and b/static/asset/oat2.jpg 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; +} -- cgit v1.2.3