From 301503bcf8d4318adf8cc4b11453ae48a741fb46 Mon Sep 17 00:00:00 2001 From: Caleb Rogers Date: Thu, 7 Mar 2024 15:10:34 +0800 Subject: [PATCH] h3 should also have background --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 33c261f..cfdcffc 100644 --- a/styles.css +++ b/styles.css @@ -133,7 +133,7 @@ body { max-width: 680px; margin-top: 69px; } -h2 { +h2, h3 { text-shadow: 0px 0px 4px black; }