From 4272edd14505d598057c618226388c4b271e182a Mon Sep 17 00:00:00 2001 From: TechRunner Date: Wed, 29 Oct 2025 13:13:46 -0500 Subject: [PATCH] Made title space font --- index.html | 2 +- stylesheets/base.css | 2 +- stylesheets/home.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f3b4bfb..1c4606f 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ -

Welcome to the Void System

+

Welcome to the Void System

diff --git a/stylesheets/base.css b/stylesheets/base.css index b4c3bde..76c0ecf 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -12,7 +12,7 @@ body{ } -h1{ +#introtitle{ font-family: SPACEMAN; } diff --git a/stylesheets/home.css b/stylesheets/home.css index 7730e9a..a79eb8c 100644 --- a/stylesheets/home.css +++ b/stylesheets/home.css @@ -26,7 +26,7 @@ a{ cursor:crosshair; } -#intotitle{ +#introtitle{ text-align: center; size: 50pt; margin: 50px;