commit dd510d444c5140dcd9c0f66ba0dbdcd85c462af8 Author: Julian Date: Mon Jan 13 13:49:54 2020 +0100 Initial commit 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