From: misomosi Date: Thu, 25 Dec 2025 05:28:39 +0000 (-0500) Subject: Inital page and styles X-Git-Url: http://git.misomosispi.com/?a=commitdiff_plain;h=14441c8dd00872e6eef84a9f2803230933e7dc4c;p=neocities.git Inital page and styles --- diff --git a/index.html b/index.html index baee681..003fa9a 100644 --- a/index.html +++ b/index.html @@ -8,13 +8,34 @@ - + -

Miso's Neocities Page!

-

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

+
+ +
+

Miso's Neocities Page!

+
+

+ Hello, I'm misomosispi! Don't mind me! + Just learning some HTML and CSS and + screwing around with that! +

+

+ I want to keep with the Neocities tradition + by doing cute, small blog-style posts like + shrines, portfolios, and stuff like that! +

+

+ And I really wanna improve styling... +

+
+
+
diff --git a/styles.css b/styles.css index 40cb935..7401288 100644 --- a/styles.css +++ b/styles.css @@ -3,3 +3,33 @@ body { color: black; font-family: Verdana; } +.nav-list { + list-style-type: none; +} +.nav-list li { + background: url(ItemBackground.png); + padding: 4px; + background-size: 100% 100%; + background-repeat: no-repeat; + text-align: center; +} +.nav-list li a { + color: white; + text-decoration: none; +} +.hgrid { + display: flex; + justify-content: center; + align-items: center; +} +.vgrid { + display: auto; +} +.main-area { + background: url(ItemBackground.png); + background-size: 100% 100%; + background-repeat: no-repeat; + aspect-ratio: 1 / 1; + padding: 5%; + color: white; +}