diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2020-06-23 17:13:46 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2020-06-23 17:13:46 -0400 |
| commit | 675f1217e57ec09aea36f74f11ec876b73f4c4cf (patch) | |
| tree | 6f293fd3f86a9afab8308f9e16d6459ada65ce1c /CSS/main.css | |
| parent | 037027d6a1313bc2c1d347358076bd69b6b6287b (diff) | |
Made buttons follow the uppercase design choice
Diffstat (limited to 'CSS/main.css')
| -rw-r--r-- | CSS/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
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%; |
