From 766e665b8b8a9ee7af7fd2a7028e50a1814a06c4 Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Wed, 20 Oct 2021 22:16:22 -0400 Subject: [PATCH] Moved neccesary css to App.css --- src/components/css/App.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/components/css/App.css b/src/components/css/App.css index ce5dbc3..c48ce48 100644 --- a/src/components/css/App.css +++ b/src/components/css/App.css @@ -1,6 +1,29 @@ +* { + box-sizing: border-box; +} + +a:link { + color: #FFFFFF; + text-decoration: none; + cursor: pointer; +} + +a:visited { + color: #FFF0F0; + text-decoration: none; + cursor: pointer; +} + +html, body { + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; margin:0; + width:100%; + background-color: #3F3F4A; +} + .App { + height: 100vh; display:flex; - flex-direction: column; + flex-direction:column; } @media only screen and (max-width: 600px) {