diff --git a/src/01.png b/src/01.png deleted file mode 100644 index 68d548c..0000000 Binary files a/src/01.png and /dev/null differ diff --git a/src/background.png b/src/background.png new file mode 100644 index 0000000..b5bfb1a Binary files /dev/null and b/src/background.png differ diff --git a/src/style.css b/src/style.css index 5eb87f9..09fdc8c 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,6 @@ body { background-color: #111; - background-image: url(01.png); + background-image: url(background.png); background-attachment: fixed; text-align: center; padding-top: 50px;