From a526404fd4885c1eed29985c6416080a2f2aa731 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 1 Jul 2020 00:43:57 +0200 Subject: [PATCH] shadow on hr --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 201d56f..26e74e2 100644 --- a/style.css +++ b/style.css @@ -69,6 +69,7 @@ hr { height: 3px; width: 60%; border: 1px solid black; + box-shadow: 4px 4px 2px rgba(0, 0, 0, 25%); background-color: white; text-shadow: none; margin: 20px auto;