-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.css
67 lines (67 loc) · 854 Bytes
/
Main.css
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
55
56
57
58
59
60
61
62
63
64
65
66
67
body
{
margin:0px;
background-color:#4804c5;
}
#main{
height:100vh;
width:100%;
position: absolute;
overflow: hidden;
}
#logo{
width:200px;
position: absolute;
z-index: 99999;
}
#i1,#i2,#i3,#i4{
height:100%;
width:100%;
position: absolute;
z-index: 9999;
}
#i2{
z-index: 9997;
}
#i3{
z-index: -1;
}
#i4{
z-index: -2;
}
#msg1,#msg2,#msg3{
font-family: Impact;
font-size: 8em;
color:white;
letter-spacing: 30px;
position:absolute;
top:130px;
left:455px;
}
#msg2{
top:500px;
left:200px;
}
#msg3{
top:580px;
left:1055px;
}
#menu{
position:absolute;
top:400px;
right:-80px;
z-index: 99999;
}
#menu ul{
list-style: none;
margin:0px;
padding:0px;
transform: rotate(90deg);
}
#menu ul li{
display: inline-block;
margin-right:50px;
font-family: arial;
font-size:12px;
color:white;
}