From 6a492e073fdf34acb4258f166557a8501aeaee3f Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 13 Feb 2023 21:54:11 -0500 Subject: [PATCH] added drop shadow to all puzzles --- baron/style.css | 1 + connor/style.css | 1 + sean/style.css | 1 + 3 files changed, 3 insertions(+) diff --git a/baron/style.css b/baron/style.css index 30f64fd..b503fc7 100644 --- a/baron/style.css +++ b/baron/style.css @@ -9,6 +9,7 @@ h1 { #puzzle { width: 100%; height: auto; + box-shadow: 10px 10px 10px #747373; } .flip { diff --git a/connor/style.css b/connor/style.css index 30f64fd..b503fc7 100644 --- a/connor/style.css +++ b/connor/style.css @@ -9,6 +9,7 @@ h1 { #puzzle { width: 100%; height: auto; + box-shadow: 10px 10px 10px #747373; } .flip { diff --git a/sean/style.css b/sean/style.css index 30f64fd..b503fc7 100644 --- a/sean/style.css +++ b/sean/style.css @@ -9,6 +9,7 @@ h1 { #puzzle { width: 100%; height: auto; + box-shadow: 10px 10px 10px #747373; } .flip {