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; +}