From 831bf84386957e8d42d3954ea30562b5b59485a2 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:08:30 +0000 Subject: [PATCH] previous commit changed bg gradient --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 9018512..8b6e69a 100644 --- a/css/index.css +++ b/css/index.css @@ -286,7 +286,7 @@ html, body{ margin: 0; padding: 0px; } -body { +body { /*new red gradient*/ background: linear-gradient(-45deg, #dc1c13, #ea4c46, #f07470, #f6bdc0); background-size: 400% 400%; animation: gradient 20s ease infinite;