vanhofen
5 years ago
No known key found for this signature in database
GPG Key ID: 1D7B9874DB640599
1 changed files with
5 additions and
5 deletions
-
index.html
|
@ -30,7 +30,7 @@ html, body { |
|
|
#content { |
|
|
#content { |
|
|
min-height: 400px; |
|
|
min-height: 400px; |
|
|
width: 500px; |
|
|
width: 500px; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 50%; |
|
|
top: 50%; |
|
|
left: 50%; |
|
|
left: 50%; |
|
|
margin: -200px 0 0 -250px; |
|
|
margin: -200px 0 0 -250px; |
|
@ -47,14 +47,14 @@ html, body { |
|
|
#GTFO:hover { |
|
|
#GTFO:hover { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
|
|
|
|
|
|
-moz-transform: scale(1.05) rotate(-.5deg); |
|
|
-moz-transform: scale(1.05) rotate(-.5deg); |
|
|
-o-transform: scale(1.05) rotate(-.5deg); |
|
|
-o-transform: scale(1.05) rotate(-.5deg); |
|
|
-webkit-transform: scale(1.05) rotate(-.5deg); |
|
|
-webkit-transform: scale(1.05) rotate(-.5deg); |
|
|
transform: scale(1.05) rotate(-.5deg); |
|
|
transform: scale(1.05) rotate(-.5deg); |
|
|
} |
|
|
} |
|
|
/* IE */ |
|
|
/* IE */ |
|
|
* html #content { |
|
|
* html #content { |
|
|
height: 400px; |
|
|
height: 400px; |
|
|
} |
|
|
} |
|
|
img { |
|
|
img { |
|
|
border: 0 none; |
|
|
border: 0 none; |
|
|