From 868c1644f6cac54dcd9e363332aab4151010a395 Mon Sep 17 00:00:00 2001 From: Lani Aung Date: Thu, 21 Apr 2016 15:28:17 -0700 Subject: [PATCH] Basic start --- index.html | 15 +++++++++++++++ main.css | 10 ++++++++++ 2 files changed, 25 insertions(+) create mode 100644 index.html create mode 100644 main.css 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; +}