From d0c7e5612c8d71f866d2697fe4d88a51364e158b Mon Sep 17 00:00:00 2001 From: TejaswaBedi <92619400+TejaswaBedi@users.noreply.github.com> Date: Sat, 23 Oct 2021 15:00:05 +0530 Subject: [PATCH] Updated style.css Updated background colour to more significant one. --- 3D-image-rotation/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3D-image-rotation/style.css b/3D-image-rotation/style.css index aceec49..4cc3e4e 100644 --- a/3D-image-rotation/style.css +++ b/3D-image-rotation/style.css @@ -3,7 +3,7 @@ padding: 0; } body { - background-color: #171717; + background-color: rgb(118, 75, 134); width: 100vw; height: 100vh; overflow: hidden;