From ce2c7e630b0de1b63f4380888dcd529db7e711f1 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 17 Dec 2020 09:49:23 -0500 Subject: [PATCH] Update style.css --- 01 - JavaScript Drum Kit/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01 - JavaScript Drum Kit/style.css b/01 - JavaScript Drum Kit/style.css index 8cd2f236e1..bfdba84312 100644 --- a/01 - JavaScript Drum Kit/style.css +++ b/01 - JavaScript Drum Kit/style.css @@ -1,6 +1,6 @@ html { font-size: 10px; - background: url('https://i.imgur.com/b9r5sEL.jpg') bottom center; + background: url('./background.jpg') bottom center; background-size: cover; }