From 135fdb7a7eb29266d9b4808ca54cec7e2e1e25c9 Mon Sep 17 00:00:00 2001 From: zayd Date: Mon, 11 Nov 2024 23:21:53 -0500 Subject: [PATCH] added some stuff, will write the content soon --- assets/css/main.css | 37 +++++++++++++++++++++++++++++++------ index.html | 14 ++++++++++---- 2 files changed, 41 insertions(+), 10 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index aa767af..cec77ad 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -14,10 +14,17 @@ src: url('/assets/fonts/fira_code_v6.2/woff2/FiraCode-Regular.woff2'); } + +body { + margin-top: 2%; + margin-left: 5%; + background-color: #000000; +} + .navbar { list-style-type: none; - margin: 0; - padding: 0; + margin: 0px; + padding: 0px; } .navbar li { @@ -31,6 +38,11 @@ color: #bb53f3; } +.navbar > li > a { + margin-left: 4px; + margin-right: 4px; +} + .navbar li h1 { display: inline; } @@ -46,12 +58,25 @@ color: white; } -body { - background-color: #000000; -} + +/* Main content */ .main { color: white; - margin-left: 4%; font-family: FiraCode; + width: 1000px; +} + +.main h2 { + margin-top: 3px; + margin-bottom: 0px; +} + +.main p { + margin-top: 5px; +} + +.main a { + text-decoration: none; + color: #418cf6; } diff --git a/index.html b/index.html index bcdc9d8..676c65c 100644 --- a/index.html +++ b/index.html @@ -8,13 +8,19 @@

Welcome!

+

+ This is my own home on the web. You probably know me as Zayd. + Someday hosting will move to my own machines (and off the + clearnet), but for now FSKY is + hosting my site. +