From 910b86e9a4a44afc79676c83cfe9b02328e6c1ae Mon Sep 17 00:00:00 2001 From: Donnie Corbitt Date: Wed, 2 Dec 2020 09:15:56 -0600 Subject: [PATCH] Initial Commit --- blog/index.html | 8 ++++++++ index.html | 12 ++++++++++++ styles.css | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 blog/index.html create mode 100644 index.html create mode 100644 styles.css diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..e091a07 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,8 @@ + + +WiP + + +

THIS IS A WORK IN PROGRESS

+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..b739625 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + +~KiiwiiWasTaken + + +

Sup

+

Hey! I'm the creator of this cozy little pubnix system.

+
+My blog + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..367f4a5 --- /dev/null +++ b/styles.css @@ -0,0 +1,10 @@ +body { + background-color: #2C2F33; + color: #7289DA; + text-align: center; + padding: 0% 25% 0% 25%; +} + +a { + color: lime; +}