From b4d5baf419cba264fae381b0f0bffa2706eb162e Mon Sep 17 00:00:00 2001 From: GabeeCoding Date: Thu, 16 Nov 2023 21:00:07 +0000 Subject: [PATCH] Add a stylesheet --- index.html | 1 + style.css | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index 90b55f2..d4d566f 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Gabe's websites diff --git a/style.css b/style.css new file mode 100644 index 0000000..207657f --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +body { + background-color: black; + color: white; + font-family: monospace +}