From da43ac1d1db8491f3d743d0133577d9625072f67 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Fri, 2 Aug 2019 14:35:24 -0400 Subject: [PATCH] Make the .home background visible without JS Graceful degradation / progressive enhancement. --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 5fd37d7..d670b1c 100644 --- a/css/style.css +++ b/css/style.css @@ -186,6 +186,7 @@ img { max-width: 100%; } /***** Top content *****/ .home { + background: #fde1cc center no-repeat url(../img/splash.jpg); padding: 210px 0; }