From 765d896fc6637202767073bdbdd35635d1dfabdd Mon Sep 17 00:00:00 2001 From: keshav632003 <78417456+keshav632003@users.noreply.github.com> Date: Sat, 23 Oct 2021 17:06:42 +0530 Subject: [PATCH] updated style.css i have changed the background color --- Plane-animation/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plane-animation/styles.css b/Plane-animation/styles.css index a2836da..f868d67 100644 --- a/Plane-animation/styles.css +++ b/Plane-animation/styles.css @@ -7,7 +7,7 @@ section { width: 100%; height: 100vh; - background-color: #EBEDF0; + background-color: #ffffff; align-items: center; justify-content: center; display: flex; @@ -58,4 +58,4 @@ section { right: 100%; opacity: 1; } -} \ No newline at end of file +}