diff --git a/css/home.css b/css/home.css index 17e70a4..666da88 100644 --- a/css/home.css +++ b/css/home.css @@ -1,6 +1,5 @@ body, html{ text-align: center; - perspective:500px; overflow:hidden; } @@ -9,7 +8,7 @@ body, html{ padding:20px; box-shadow: 0px 5px 10px rgba(0,0,0,0.1); width:20%; - position: absolute; + position: relative; left: 40%; border-radius: 10px; transition: .3s ease; @@ -62,4 +61,4 @@ body, html{ @keyframes flipIn{ 0%{transform: rotateY(-180deg); opacity: 0} 100%{transform: rotateY(0deg); opacity: 1} -} \ No newline at end of file +}