From cbffbecd3d922bab1489433ca2d60e709ae6252d Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Thu, 28 Mar 2024 02:03:06 +0700 Subject: [PATCH] add go back page --- comingsoon.html | 27 +++++++++++++++++++++++++++ style.css | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 comingsoon.html diff --git a/comingsoon.html b/comingsoon.html new file mode 100644 index 0000000..c76d304 --- /dev/null +++ b/comingsoon.html @@ -0,0 +1,27 @@ + + + + + + + Coming soon! + + + + +
+ TTT Logo +
+ + +
+ Go back +
+ + + + + + diff --git a/style.css b/style.css index d2b91fd..14a1b7e 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ html * font-family: Cantarell, sans-serif; } + .header { display: flex; justify-content: center; @@ -185,6 +186,24 @@ html * font-weight: bold; text-align: center; } + + .gtk-button-pill { + position: relative; + width: auto; + height: 44px; + border-radius: 22px; + background-color: rgba(53, 132, 228, 1); + color: white; + text-decoration: none; + font-weight: bold; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + gap: 0px; + padding: 0px 32px; + flex-wrap: nowrap; + } } @media (prefers-color-scheme: dark) { @@ -329,4 +348,22 @@ html * font-weight: bold; text-align: center; } + + .gtk-button-pill { + position: relative; + width: auto; + height: 44px; + border-radius: 22px; + background-color: rgba(53, 132, 228, 1); + color: white; + text-decoration: none; + font-weight: bold; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + gap: 0px; + padding: 0px 32px; + flex-wrap: nowrap; + } }