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