From dd510d444c5140dcd9c0f66ba0dbdcd85c462af8 Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 13 Jan 2020 13:49:54 +0100 Subject: [PATCH] Initial commit --- index.html | 24 ++++++++++++++++++++++++ style.css | 11 +++++++++++ 2 files changed, 35 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..2c6dc9c --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + + Nothing to see here. + + +

Nothing to see here.

+ + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..6831fb9 --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +body { + background-color: #333339; +} + +h1 { + width:500px; + margin: 0 auto; + text-align:center; + margin-top: calc(50vh - 12px); + color: #00D9F7; +} \ No newline at end of file