From 31cc5ecdb693be1da04ee0a3e6dc876535d5fb4b Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 23 Apr 2023 13:12:25 -0600 Subject: AƱade loader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/stylesheets/shared.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/components/stylesheets/shared.css') diff --git a/src/components/stylesheets/shared.css b/src/components/stylesheets/shared.css index 9d95e0f..dd50228 100644 --- a/src/components/stylesheets/shared.css +++ b/src/components/stylesheets/shared.css @@ -4,4 +4,13 @@ position: relative; top: 80px; left: 10%; +} + +.button { + background-color: #394490; +} + +.main-view { + width: 80%; + margin: auto; } \ No newline at end of file -- cgit v1.2.3