From 4d67fbbc1f57e10cd2cc89a7506f9ad6c707bf4f Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Sun, 21 May 2023 14:37:02 +0100 Subject: [PATCH] fixed pipes plus removed bg color, and weakend blur --- index.html | 9 +++++---- style.css | 3 +-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index ed7b38f..44b078d 100644 --- a/index.html +++ b/index.html @@ -11,10 +11,11 @@

My Projects
- ┠━ Musics-info
- ┠━ EagleCraft
- ┠━ webpage-testing
- + ├── Musics-info
+ ├── EagleCraft
+ ├── webpage-testing
+ ├──
+ └──


Tips:

diff --git a/style.css b/style.css index 0bb49e1..bf50619 100644 --- a/style.css +++ b/style.css @@ -11,8 +11,7 @@ a{ .topbar{ position: fixed; top: 0px; - background-color: rgba(0, 0, 0, 0.25); - backdrop-filter: blur(5px); + backdrop-filter: blur(2.5px); width: 100%; } body{