From 9cbf4d2b3756958c91bead4000cc64405184a931 Mon Sep 17 00:00:00 2001 From: urbicide <40123196+urbicide@users.noreply.github.com> Date: Fri, 30 Oct 2020 09:37:29 +0300 Subject: [PATCH] Update style.css --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 39c7725..d2d163d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,6 @@ body { background: #F6CEFC; + background-image: url('/img/bounce.gif'); font-family: monospace; text-align: center; }