-
Notifications
You must be signed in to change notification settings - Fork 1
/
coming.html
54 lines (44 loc) · 993 Bytes
/
coming.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
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<title>JECRC Renaissance 2016 | Endeavour Events</title>
<link href="handy_cheera.woff" />
<style>
@font-face
{
font-family: handycheera;
src: url(handy_cheera.woff);
}
body {
background: url('background.png');
-webkit-animation: backgroundScroll 48s linear infinite;
animation: backgroundScroll 48s linear infinite;
width: 100%;
height: 100%;
margin: 0px;
overflow: hidden;
cursor:move;
}
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -3820px 0;}
}
@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -3820px 0;}
}
.full{
position:fixed;
top:-5px;
left:630px;
}
</style>
</head>
<body >
<div class="container" style="margin:250px 0px 0px 500px;">
<div class="row">
<div class="col-md-12">
<h1 style="font-family:handycheera;font-size:65px;color:#2f3442">Coming Soon</h1>
</div>
</div>
</div>
</body></html>