From f8d970e60737e3e472325e5c8add561e9396e278 Mon Sep 17 00:00:00 2001 From: Aldyn Ishmael <93589643+aldnnnz@users.noreply.github.com> Date: Thu, 23 May 2024 21:25:40 +0700 Subject: [PATCH] Delete style.css --- style.css | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 9a15cd7cc..000000000 --- a/style.css +++ /dev/null @@ -1,24 +0,0 @@ -body::before { - content: ''; - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px), - linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px); - background-size: 20px 20px; - z-index: -1; -} -.navbar-blur { - background-color: rgba(255, 255, 255, 0.10); /* Adjust the transparency as needed */ - backdrop-filter: blur(10px); /* Adjust the blur amount as needed */ - -webkit-backdrop-filter: blur(10px); /* For Safari */ - -} -.card-blur { - background-color: rgba(85, 85, 85, 0.6); /* Adjust the transparency as needed */ - backdrop-filter: blur(1px); /* Adjust the blur amount as needed */ - -webkit-backdrop-filter: blur(1px); /* For Safari */ - -} \ No newline at end of file