From 58cc8d775e83411680a0be2682a9c4f80697b7c9 Mon Sep 17 00:00:00 2001 From: urbicide <40123196+urbicide@users.noreply.github.com> Date: Wed, 11 Nov 2020 15:53:11 +0300 Subject: [PATCH] Update style.css --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index d2d163d..db665c0 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ body { background: #F6CEFC; - background-image: url('/img/bounce.gif'); + background-image: url('/img/rainbow.gif'); font-family: monospace; text-align: center; }