From 09feb214dade956cb6f04d7f5026dc49f5a90f9c Mon Sep 17 00:00:00 2001 From: Rohit Vishwakrma Date: Mon, 8 Jan 2024 13:42:26 +0530 Subject: [PATCH] new update --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6f9d199..12ae4a8 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ body { background: linear-gradient(-45deg, #e2c81f, #e20157, #23a6d5, #58e8c6); - background-size: 400% 400%; + animation: gradient 15s ease infinite; - height: 120vh; + } @keyframes gradient {