Browse Source

- turn index.html into utf8

master
vanhofen 5 years ago
parent
commit
325837538a
No known key found for this signature in database GPG Key ID: 1D7B9874DB640599
  1. 10
      index.html

10
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;

Loading…
Cancel
Save