From 30aa91bb322f7b04e7e258742d7f52cc6d880042 Mon Sep 17 00:00:00 2001 From: AkhilBarthwal005 <67703904+AkhilBarthwal005@users.noreply.github.com> Date: Wed, 28 Oct 2020 13:54:53 +0530 Subject: [PATCH] Delete home.css --- frontend/src/components/css/home.css | 68 ---------------------------- 1 file changed, 68 deletions(-) delete mode 100644 frontend/src/components/css/home.css diff --git a/frontend/src/components/css/home.css b/frontend/src/components/css/home.css deleted file mode 100644 index 0b43752..0000000 --- a/frontend/src/components/css/home.css +++ /dev/null @@ -1,68 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap'); -*{ - margin: 0; - padding: 0; -} -.firstSection{ - height: 90vh; - /* display: flex; */ -} -.main-box{ - display: flex; - justify-content: center; - align-items: center; - color: white; - max-width: 75%; - height: 75%; - margin: auto; - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; -} -.firstHalf{ - display: flex; - flex-direction: column; - justify-content: center; - width: 70%; -} -.secondHalf{ - width: 30%; -} -.secondHalf img{ - display: block; - margin: auto; - width: 50%; - border: 2px solid white; - border-radius: 94px; -} -.text-big{ - font-size: 45px; - padding: 12px 0; - font-weight: bold; -} -.text-small{ - font-size: 20px; -} -.btn{ - font-size: 16px; - padding: 5px 15px; - border: 2px solid white; - border-radius: 25px; - background: none; - color: white; - margin: 10px 5px; - outline: none; - cursor: pointer; - font-size: 18px; - font-family: 'Ubuntu', sans-serif; -} -.btn-dark{ - color: black; - border: 2px solid gray; -} -.btn:hover{ - background-color: rgb(194, 189, 189,0.54); -} -.btn-small{ - padding: 3px 10px; - vertical-align: middle; - font-size: 15px; -}