From 21a07f3a77d82b2d8981b042d43c88c205d67091 Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Thu, 9 Dec 2021 00:44:52 -0500 Subject: draft structure --- HPR.png | Bin 0 -> 17321 bytes index.html | 22 +++++++++++++--------- style.css | 17 +++++++++++++++++ 3 files changed, 30 insertions(+), 9 deletions(-) create mode 100644 HPR.png diff --git a/HPR.png b/HPR.png new file mode 100644 index 0000000..a3ca05c Binary files /dev/null and b/HPR.png differ diff --git a/index.html b/index.html index 7a5389b..a940cb0 100644 --- a/index.html +++ b/index.html @@ -4,19 +4,23 @@ Dustin Walker's Webpage - + + -

Dustin Walker's Webpage

-

This website is currently under construction. -

+
+ Heilich Pennsylfaanisch Reich -

GIT

- +

This website runs under a self hosted raspberry pi 3, configured under the guidance of landchad.net. Go here to learn more. + +

Links

+ +
diff --git a/style.css b/style.css index 531b562..0df3f65 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,20 @@ body { background: #121212; + margin: 0; + padding: 0; + text-align: center; +} + +main { + margin: auto; + max-width: 900px; + text-align: left; +} + +.icon { + display: block; + margin: auto; + padding: 20px; } p, h1, h2, h3, h4 { @@ -8,6 +23,8 @@ p, h1, h2, h3, h4 { li { color: #dedede; + text-align: left; + vertical-align: middle; } a { -- cgit v1.2.3