From 63b4e1dfc8f926b2c8f04b4215d791435a031f0d Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Sun, 26 May 2024 20:37:29 -0400 Subject: [PATCH] Added styling for h3 elements --- 17th Website/src/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/17th Website/src/style.css b/17th Website/src/style.css index 87a23e9..99d82e4 100644 --- a/17th Website/src/style.css +++ b/17th Website/src/style.css @@ -26,4 +26,11 @@ h2 { font-size: 40px; margin: 0px 0 0px 0px; +} + +h3 { + color: var(--white); + font-weight: 300; + font-size: 28px; + margin: 0px 0 0px 0px; } \ No newline at end of file