From ef0887a0da08c97f32003b0fa7c9db31f5d6dd9e Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Fri, 31 May 2024 12:26:05 +0700 Subject: [PATCH] remove headerbar in front page --- index.html | 9 +-------- style.css | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 1a26b51..799f9ee 100644 --- a/index.html +++ b/index.html @@ -10,14 +10,7 @@ -
- - - -
-

Profile

-
-
+
latenightdef
diff --git a/style.css b/style.css index 1c125b6..6e9125f 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ html * display: flex; justify-content: center; align-items: center; - margin-top: 3cm; + margin-top: 2cm; }