-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (32 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<style type="text/css" media="screen">
html, body{height:100%}
body {margin:0; padding:0;}
div {
width: 100%;
height: 100%;
transform: scale(1,1);
background-image: url("rupintensifies.gif");
-ms-transition: transform 4s; /* IE */
-webkit-transition: transform 4s; /* Safari */
transition: transform 4s;
}
div:hover {
-ms-transform: scale(5,5); /* IE 9 */
-webkit-transform: scale(5,5); /* Chrome, Safari, Opera */
transform: scale(5,5);
}
</style>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3:3</title>
</head>
<body>
<font color= #09FF1B>
<h1>INTENSIFYINGGGGG</h1>
</font>
<div></div>
</body>
</html>