From: misomosi Date: Thu, 25 Dec 2025 02:59:51 +0000 (-0500) Subject: Change tabbing styles of sources to tabs X-Git-Url: http://git.misomosispi.com/?a=commitdiff_plain;h=12eaa5d04221617f882a68c29fef5ed5ca0b1f49;p=neocities.git Change tabbing styles of sources to tabs --- 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; +}