From 27576772bdbf9d1cefde274eb328ccd01e72f134 Mon Sep 17 00:00:00 2001 From: Prasanna Agnihotri Date: Tue, 5 Oct 2021 12:58:20 +0530 Subject: [PATCH] fix the background color for spring animation --- Spring Animation/Style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spring Animation/Style.css b/Spring Animation/Style.css index 6f5ad05..9a9b2c5 100644 --- a/Spring Animation/Style.css +++ b/Spring Animation/Style.css @@ -7,7 +7,7 @@ body { flex-direction: column; justify-content: center; align-items: center; - background-color: #e93b81; + background-color: #000000; height: 100vh; width: 100%; overflow: hidden;