From 29c5af05425d95e3b7de897a0f36100feffa2dc1 Mon Sep 17 00:00:00 2001 From: skyboj Date: Thu, 26 Dec 2024 23:38:18 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA?= =?UTF-8?q?=D0=B0=20Telegram=20WebApp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 0da0ee0e1b..874c43e24d 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,11 @@ +

2048

From 0561ef3d32a9e6f2fa0e7d526902eed8df7b0e64 Mon Sep 17 00:00:00 2001 From: skyboj Date: Fri, 27 Dec 2024 01:22:18 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=D0=A1=D1=82=D0=B8=D0=BB=D0=B8=D0=B7=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- style/main.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 874c43e24d..6d29a07cce 100644 --- a/index.html +++ b/index.html @@ -82,7 +82,7 @@

2048


- Note: This site is the official version of 2048. You can play it on your phone via http://git.io/2048. All other apps or sites are derivatives or fakes, and should be used with caution. + Note: This site is the official version of 2048. You can play it on your phone via http://git.io/2048. All other apps or sites are derivatives or fakes, and should be used with caution.


diff --git a/style/main.css b/style/main.css index ea3cb19fca..fe69491db5 100644 --- a/style/main.css +++ b/style/main.css @@ -756,3 +756,12 @@ hr { margin-top: 90px !important; } .game-message .lower { margin-top: 30px !important; } } + +footer, .footer-text { /* Укажите правильный селектор вашего текста */ + font-size: 5px; /* Очень маленький текст */ + color: rgba(128, 128, 128, 0.7); /* Светло-серый цвет с прозрачностью */ + position: fixed; /* Фиксируем текст внизу */ + bottom: 5px; /* Отступ от низа страницы */ + width: 100%; /* Растягиваем по ширине */ + text-align: center; /* Выравниваем по центру */ + } \ No newline at end of file