From a36388897da37d2a5ef92099ce99d7dd00401262 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Sat, 20 May 2023 16:19:39 +0100 Subject: [PATCH] added directory tree need to add remove options tho --- index.html | 14 ++++++++++++-- style.css | 26 ++++++++++++++++---------- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 2954291..579d3e3 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,17 @@ -

inital commit

-

this site is hosted with Github Pages!
soon, I'll add a directory listing

+

neon443

+

+ Directory Tree
+ https://neon443.github.io
+ ├─MacDirtyCow-AltSource
+ ├─Musics-info
+ ├─ReProvision
+ ├─dir.html
+ ├─eaglercraft-1.5.2-Final-Release
+ ├─neon443.github.io
+ └─webpage-testing
+

\ No newline at end of file diff --git a/style.css b/style.css index 2ff1a17..b543e2b 100644 --- a/style.css +++ b/style.css @@ -1,15 +1,18 @@ *{ box-sizing: border-box; } +b body p h1 h2 h3{ + margin: 0px; +} b{ - color:#007AFF + color: #007AFF } body{ background-color: #f2f2f2; - color:#333333; + color: #333333; font-family: system-ui; - margin: auto; - overflow-x: hidden; + margin: 0px; + height: 100%; } p{ font-size: 20px; @@ -17,23 +20,26 @@ p{ } h1{ font-size: 45px; + font-weight: 750; padding: 20px; - font-weight: 600; } h2{ - font-size: 30px; - font-weight:300; - margin-top:-38; + font-size: 35px; + font-weight: 300; + padding: 20px; +} +h3{ + font-size: 25px; + font-weight: 200; padding: 20px; } @media (prefers-color-scheme: dark) { body { - background-color:#1C1C1E; + background-color: #1C1C1E; color: #f1f1f1; } #transaction { background-color: #191919; - box-shadow: none; } p{ color: #AAAAAA;