From 12eaa5d04221617f882a68c29fef5ed5ca0b1f49 Mon Sep 17 00:00:00 2001 From: misomosi Date: Wed, 24 Dec 2025 21:59:51 -0500 Subject: [PATCH] Change tabbing styles of sources to tabs --- index.html | 32 ++++++++++++++++---------------- styles.css | 12 ++++-------- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index c88b19a..baee681 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,20 @@ - - - - MisoCities - - - - - -

Miso's Neocities Page!

-

- Herein lies my personal Neocities page, I guess... Have fun! -

- + + + + MisoCities + + + + + +

Miso's Neocities Page!

+

+ Herein lies my personal Neocities page, I guess... Have fun! +

+ diff --git a/styles.css b/styles.css index f87439d..40cb935 100644 --- a/styles.css +++ b/styles.css @@ -1,9 +1,5 @@ -/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your - HTML content. To learn how to do something, just try searching Google for questions like - "how to change link color." */ - body { - background-color: white; - color: black; - font-family: Verdana; -} + background-color: white; + color: black; + font-family: Verdana; +} -- 2.49.1