diff --git a/index.html b/index.html index 0da0ee0e1b..6d29a07cce 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,11 @@
+- 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