From eee6ac3620cd3d64168a28cf57820873a1bc6ac7 Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Sun, 16 Oct 2022 19:58:43 -0400 Subject: index.html re-layout --- index.html | 36 +++++++++++++++++++----------------- style.css | 6 +++++- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index 4831c9d..867ae57 100644 --- a/index.html +++ b/index.html @@ -10,18 +10,22 @@
- Heilich Pennsylfaanisch Reich -

Dustin Walker's Webpage

- -

York County, Pennsylvania

- -

This website runs under a self hosted raspberry pi 3, configured under the guidance of LandChad.net. You too can be an internet landlord, so go there to learn more.

- -

The source for this website can be found at git.dwalker.xyz. Licensed under GPLv3.

+
a +
+ Heilich Pennsylfaanisch Reich +
+
+

Dustin Walker's Webpage

+

York County, Pennsylvania

+

This website runs under a self hosted raspberry pi 3, configured under the guidance of LandChad.net. You too can be an internet landlord, so go there to learn more.

+

The source for this website can be found at git.dwalker.xyz. Licensed under GPLv3.

+
+

Content

+

Links

+
-
-

Downloads

- -

None Available

-
-

Local Goods & Services

+
+ +
+
  • Roburritos
  • Shaw Orchards
  • Sonnewald Natural Goods
  • diff --git a/style.css b/style.css index daa2de2..f6d4cdc 100644 --- a/style.css +++ b/style.css @@ -21,10 +21,14 @@ p, h1, h2, h3, h4 { color: #dedede; } -h1, h3 { +h1, h2, h3 { text-align: center; } +hr { + border-top: 1px dotted #dedede; +} + li { color: #dedede; text-align: left; -- cgit v1.2.3