diff --git a/index.html b/index.html index 4d15596..dffaec6 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,11 @@ - +
diff --git a/redirect.html b/redirect.html new file mode 100644 index 0000000..c69be92 --- /dev/null +++ b/redirect.html @@ -0,0 +1,17 @@ + + + + + +
+ +
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..bb83788 --- /dev/null +++ b/style.css @@ -0,0 +1,22 @@ +body { + font-family: Noto Sans, sans serif; + min-height: 1vh; +} +.banner { + margin: 10%; + font-size: 2em; +} +.content { + margin: 0 10%; +} + +.container { + display: flex; + align-items: center; + justify-content: center; + height: 100%; +} + +.centered { + margin: auto; +}