From 29e91d3164d88ee254cd8efc413b621e28b7730f Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Wed, 17 Mar 2021 00:35:36 -0400 Subject: first draft --- index.html | 22 ++++++++++++++++++++++ style.css | 16 ++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..7a5389b --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + + Dustin Walker's Webpage + + + + + +

Dustin Walker's Webpage

+

This website is currently under construction. +

+ +

GIT

+ + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..531b562 --- /dev/null +++ b/style.css @@ -0,0 +1,16 @@ +body { + background: #121212; +} + +p, h1, h2, h3, h4 { + color: #dedede; +} + +li { + color: #dedede; +} + +a { + color: #6767de; +} + -- cgit v1.2.3