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 {