commit 33a4e2b6751ef340a87f30c65196af76f63aea74 Author: Julian Date: Sat Jan 11 15:24:02 2020 +0100 init 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