diff --git a/index.html b/index.html index 961b9b80..b28d5fbb 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ html, body { #content { min-height: 400px; width: 500px; - position: absolute; + position: absolute; top: 50%; left: 50%; margin: -200px 0 0 -250px; @@ -47,14 +47,14 @@ html, body { #GTFO:hover { opacity: 1; - -moz-transform: scale(1.05) rotate(-.5deg); - -o-transform: scale(1.05) rotate(-.5deg); + -moz-transform: scale(1.05) rotate(-.5deg); + -o-transform: scale(1.05) rotate(-.5deg); -webkit-transform: scale(1.05) rotate(-.5deg); transform: scale(1.05) rotate(-.5deg); } /* IE */ -* html #content { - height: 400px; +* html #content { + height: 400px; } img { border: 0 none;