update coming soon page

This commit is contained in:
Late Night Defender 2024-03-28 02:25:41 +07:00
parent cbffbecd3d
commit 45f1cc9e51
2 changed files with 20 additions and 10 deletions

View file

@ -9,17 +9,20 @@
</head> </head>
<body> <body>
<div class="centerscreen">
<div class="header" > <div class="header" >
<img src="icons/ttt-org.png" alt="TTT Logo" width="128" height="128"> <img src="icons/ttt-org.png" alt="TTT Logo" width="128" height="128">
</div> </div>
<div class="logo" style="display: flex; align-items: center; justify-content: center;"> <div class="logo" style="display: flex; align-items: center; justify-content: center">
<h1>Coming soon!</h1> <h1>Coming soon!</h1>
</div> </div>
<div class="header"> <div class="header" style="margin-top: 1cm;">
<a href="https://www.techtransthai.org" class="gtk-button-pill">Go back</a> <a href="https://www.techtransthai.org" class="gtk-button-pill">Go back</a>
</div> </div>
</div>

View file

@ -5,6 +5,13 @@ html *
font-family: Cantarell, sans-serif; font-family: Cantarell, sans-serif;
} }
.centerscreen {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.header { .header {
display: flex; display: flex;