From bfbd99505438df8db34b57ac58b4d66c60e67eb8 Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Wed, 13 Nov 2024 22:05:33 +0000 Subject: [PATCH] Add styles --- index.html | 5 ++++- styles/index.css | 12 ++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 styles/index.css diff --git a/index.html b/index.html index 40cddb8..960fc7e 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,9 @@ Esoteric Foundation + - + +

Esoteric Foundation

+ diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..a67b0bb --- /dev/null +++ b/styles/index.css @@ -0,0 +1,12 @@ +.background { + background-color: black; +} + +p, h1, h2, h3, h4, h5, h6 { + color: white; + font-family: 'Courier New', Courier, monospace; +} + +.centered { + text-align: center; +}