diff --git a/assets/background.webp b/assets/background.webp new file mode 100644 index 0000000..52e901d Binary files /dev/null and b/assets/background.webp differ diff --git a/assets/styles.css b/assets/styles.css index 5e8e848..e3a0bad 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -36,7 +36,7 @@ body { left: 0; right: 0; bottom: 0; - background-image: url('background.png'); + background-image: url('background.webp'); background-size: 100%; background-position: center; background-repeat: repeat;