From 45f1cc9e51f854d24d89424c5fea555c7aa1026f Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Thu, 28 Mar 2024 02:25:41 +0700 Subject: [PATCH] update coming soon page --- comingsoon.html | 23 +++++++++++++---------- style.css | 7 +++++++ 2 files changed, 20 insertions(+), 10 deletions(-) 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;