From 33a4e2b6751ef340a87f30c65196af76f63aea74 Mon Sep 17 00:00:00 2001 From: Julian Date: Sat, 11 Jan 2020 15:24:02 +0100 Subject: [PATCH] init --- 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