diff options
| author | 2024-09-24 09:45:59 +0200 | |
|---|---|---|
| committer | 2024-09-24 09:45:59 +0200 | |
| commit | 3cd7c6aa746e17548190d98e5beecf10d970d0c7 (patch) | |
| tree | 4e2a9f918674f63984e5635ce35ff2231e427c2e /static | |
| parent | dd4efd4f8e41dafcc522fd09a78e27baeb9bd2ab (diff) | |
food blog ?
Diffstat (limited to 'static')
| -rw-r--r-- | static/asset/nvim.png | bin | 12359 -> 0 bytes | |||
| -rw-r--r-- | static/asset/oat1.jpg | bin | 0 -> 121232 bytes | |||
| -rw-r--r-- | static/asset/oat2.jpg | bin | 0 -> 193019 bytes | |||
| -rw-r--r-- | static/style.css | 10 |
4 files changed, 10 insertions, 0 deletions
diff --git a/static/asset/nvim.png b/static/asset/nvim.png Binary files differdeleted file mode 100644 index 1559e3c..0000000 --- a/static/asset/nvim.png +++ /dev/null diff --git a/static/asset/oat1.jpg b/static/asset/oat1.jpg Binary files differnew file mode 100644 index 0000000..1979ff2 --- /dev/null +++ b/static/asset/oat1.jpg diff --git a/static/asset/oat2.jpg b/static/asset/oat2.jpg Binary files differnew file mode 100644 index 0000000..c80ae36 --- /dev/null +++ b/static/asset/oat2.jpg 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; +} |