From b0cbcb4202a4a3c88f7308da90d58e273856dcdc Mon Sep 17 00:00:00 2001 From: Squirrel Date: Wed, 4 Dec 2024 21:03:32 -0800 Subject: [PATCH] Update index.css --- css/index.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index d4a668c..73e8331 100644 --- a/css/index.css +++ b/css/index.css @@ -44,7 +44,15 @@ body { font-family: "Afacad Flux", sans-serif; filter: drop-shadow(2px 2px 6px rgba(200, 200, 200, 0.5)); } - +.line { + border-radius: 8px; + width: 2px; + height: 40px; + background-color: #414341; + margin-left: 13px; + margin-top: 10px; + margin-bottom: 10px; +} .textnavbar { padding-left: 20px; }