From e70efbb70d2524c4f40e45e3f10a306e792f63fa Mon Sep 17 00:00:00 2001 From: RileyFry19 <117372764+RileyFry19@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:04:37 -0500 Subject: [PATCH] Update style.css --- Begin/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Begin/style.css b/Begin/style.css index 4ff2163..1d25ebe 100644 --- a/Begin/style.css +++ b/Begin/style.css @@ -4,10 +4,11 @@ body { justify-content: center; margin-top:3em; background-color: #6F7295; + perspective: 1000px; } .robot { - + transform: translate3d(100px, 200px, -100px); } .wrap {