From b7597c02eb68a12c499add6119308b6fa5151341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Utsav=20Patel=20=E2=9C=A8?= <158522755+utsavpatel562@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:23:28 -0400 Subject: [PATCH] Update index.css --- src/index.css | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/index.css b/src/index.css index e3bcbab..e55cb83 100644 --- a/src/index.css +++ b/src/index.css @@ -4,27 +4,3 @@ font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; } -body{ - background-image: url('/public/photoItem3.jpg'); - display:flex; - background-size: cover; - align-items: center; - justify-content: center; - height: 100vh; - color: white; -} -.container{ - width: 80vw; - height: 90vh; - background-color: rgba(17, 25, 40, 0.75); - backdrop-filter: blur(19px) saturate(180%); - border-radius: 12px; - border: 1px solid rgba(255, 255, 255, 0.125); - display: flex; -} -.loading{ - padding: 50px; - font-size: 36px; - border-radius: 10px; - background-color: rgba(17, 25, 40, 0.9); -}