From ff3bc2efeafa813bb2e50793c7b316989a984d2d Mon Sep 17 00:00:00 2001 From: Degradin <42292046+Degradin@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:37:50 +0300 Subject: [PATCH] Update index.html --- public/index.html | 56 ++++++----------------------------------------- 1 file changed, 7 insertions(+), 49 deletions(-) diff --git a/public/index.html b/public/index.html index 64daffc..11cf9a5 100644 --- a/public/index.html +++ b/public/index.html @@ -223,56 +223,14 @@ body { animation: progress 1s; } -/* Медиа-запросы */ -@media (max-width: 600px) { - .container { - padding: 10px; - } +/* Анимация .progress-hp */ +.progress-hp { + animation: progress 3s; +} - .section { - margin-bottom: 10px; - } - - .section h2 { - font-size: 18px; - } - - .section p { - font-size: 14px; - } - - .section span { - font-size: 14px; - } - - .button { - font-size: 14px; - } - - .profile-section { - flex-direction: column; - } - - .progress-circle { - margin-bottom: 10px; - } - - .circle-container { - width: 80px; - height: 80px; - } - - .circle-text { - font-size: 16px; - } - - .fire-stats { - grid-template-columns: 1fr; - } - - .fire-stats .stat { - text-align: left; - } +/* Анимация .progress-stamina */ +.progress-stamina { + animation: progress 3s; }