diff options
-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; |