diff options
author | coteeq <isaqtm@gmail.com> | 2024-01-02 15:41:40 +0600 |
---|---|---|
committer | coteeq <isaqtm@gmail.com> | 2024-01-02 15:41:40 +0600 |
commit | 5b54c3ddd526c187513dd22fda8be90592ba3c7a (patch) | |
tree | 639fd572362edd31981accb5d4784b75aaf32cb0 | |
parent | d2d8d7dd494069049b4ab325637c848b772e64b5 (diff) | |
download | iro-5b54c3ddd526c187513dd22fda8be90592ba3c7a.tar.gz |
Even worse image preview, but load medium-scale after
-rw-r--r-- | blur-shakaler.jpg | bin | 0 -> 7040 bytes | |||
-rw-r--r-- | style2.css | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/blur-shakaler.jpg b/blur-shakaler.jpg Binary files differnew file mode 100644 index 0000000..134ea38 --- /dev/null +++ b/blur-shakaler.jpg @@ -22,10 +22,10 @@ body { } body { - background-image: url("blur-shakal.jpeg"); - background-position: center; - background-size: cover; - background-repeat: no-repeat; + background-image: url("blur-shakal.jpeg"), url("blur-shakaler.jpeg"); + background-position: center, center; + background-size: cover, cover; + background-repeat: no-repeat, no-repeat; font-family: "AnkaCoder", monospace; color: var(--text-color); overflow-x: hidden; |