From 675f1217e57ec09aea36f74f11ec876b73f4c4cf Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Tue, 23 Jun 2020 17:13:46 -0400 Subject: Made buttons follow the uppercase design choice --- CSS/PurpleAndDark.css | 1 + CSS/PurpleAndWhite.css | 1 + CSS/main.css | 1 + 3 files changed, 3 insertions(+) (limited to 'CSS') diff --git a/CSS/PurpleAndDark.css b/CSS/PurpleAndDark.css index 7d00e2f..b25b7df 100644 --- a/CSS/PurpleAndDark.css +++ b/CSS/PurpleAndDark.css @@ -95,6 +95,7 @@ main{ font-size: .9em; cursor: pointer; background: rgba(37,37,37,1); + text-transform: uppercase; border: none;*/ display: block; position: relative; diff --git a/CSS/PurpleAndWhite.css b/CSS/PurpleAndWhite.css index bd5f068..9a3c820 100644 --- a/CSS/PurpleAndWhite.css +++ b/CSS/PurpleAndWhite.css @@ -92,6 +92,7 @@ main{ font-size: .9em; cursor: pointer; background: rgba(210,210,210,1); + text-transform: uppercase; border: none;*/ display: block; position: relative; diff --git a/CSS/main.css b/CSS/main.css index 8700308..1965fc8 100644 --- a/CSS/main.css +++ b/CSS/main.css @@ -97,6 +97,7 @@ main{ cursor: pointer; background: rgba(210,210,210,1); border: none;*/ + text-transform: uppercase; display: block; position: relative; width: 100%; -- cgit v1.2.3