diff --git a/comingsoon.html b/comingsoon.html index c76d304..4b27814 100644 --- a/comingsoon.html +++ b/comingsoon.html @@ -9,17 +9,20 @@ -
- TTT Logo +
+
+ TTT Logo +
+ + +
+ Go back +
+
- - -
- Go back -
- + diff --git a/style.css b/style.css index 14a1b7e..b10d465 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,13 @@ html * font-family: Cantarell, sans-serif; } +.centerscreen { + height: 100vh; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; +} .header { display: flex;