From ecba96ddf9ed40e440e1a6a111b3f6b943ac454a Mon Sep 17 00:00:00 2001 From: Sigma Semka Date: Sun, 26 Jan 2025 12:51:15 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=B4=D0=B0=D0=BB=20=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BB=D1=8C=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 6945c59..5e8e107 100644 --- a/styles.css +++ b/styles.css @@ -2,7 +2,7 @@ body { margin: 0; font-family: 'Nunito', sans-serif; background: linear-gradient(-45deg, #030303, #222222, #030303, #222222); - background-size: 400% 400%; + background-size: 1000% 1000%; animation: gradient 15s ease infinite; color: #fff; text-align: center;