From 4f6a45cbc7d3a256ff6b541d7ef9d13a2e8339c7 Mon Sep 17 00:00:00 2001 From: 0880 <98263509+0880880@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:05:38 +0330 Subject: [PATCH] UI Update --- index.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e525893..118822a 100644 --- a/index.html +++ b/index.html @@ -28,8 +28,32 @@ .center { display: flex; - justify-content: center; + flex-direction: column; + align-items: center; margin: 24px 0; + gap: 8px; + } + + #stats { + font-family: 'Times New Roman', Times, serif; + font-weight: 100; + font-size: 32px; + color: #000; + } + + #clock { + font-family: 'Times New Roman', Times, serif; + font-weight: 100; + font-size: 32px; + color: #000; + letter-spacing: 6px; + } + + #turn { + border-top: 1px solid #68687aaa; + padding-top: 4px; + font-size: 14px; + color: #68687aaa; } .join-menu {