diff --git a/index.html b/index.html new file mode 100644 index 0000000..72159ad --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + fxl codes + + + +
+ fxl.codes { +
+ + + diff --git a/main.css b/main.css new file mode 100644 index 0000000..9fca00a --- /dev/null +++ b/main.css @@ -0,0 +1,10 @@ +body { + background-color: black; + color: white; +} + +header, +footer { + font-size: 150px; + line-height: 1.5em; +}