From 1c1f7934fba3617212e5998bda742947d1bc6c1e Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Mon, 25 Nov 2024 14:29:55 -0600 Subject: [PATCH] fix styling on sneedium camBtn --- styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles.css b/styles.css index 7aba9af..dfbe45d 100644 --- a/styles.css +++ b/styles.css @@ -33,6 +33,17 @@ body { font-size: 1.25rem; } +#camBtn { + background-color: #a6b70d; /* Gold */ + border: none; + color: white; + padding: 1% 1%; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 1.25rem; +} + #goBtn { background-color: #4CAF50; /* Green */ border: none;