From 325837538ad3e8065b51b92209af52e5edffb4d7 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 11 Sep 2019 18:37:44 +0200 Subject: [PATCH] - turn index.html into utf8 --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;