-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
100 lines (95 loc) · 1.46 KB
/
css.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.header {
background-color: #000000;
position: sticky;
}
/* Page content */
.content {
padding: 16px;
}
#tele {
vertical-align: middle;
}
#logo{
vertical-align: middle;
}
#cloud{
vertical-align: middle;
}
#insta{
vertical-align: middle;
}
#contact{
vertical-align: middle;
margin-left: 63%;
}
#logo1{
margin-left: 85%;
}
#demo{
text-align: center;
padding-top:5%;
}
#banner{
background-color: black;
width: 100%;
padding-top: 0.1%;
text-align: center;
}
#opening{
width: 100%;
height: 110%;
padding-bottom:-3%;
}
.playBtn{
background-color: transparent;
outline: 0;
border: none;
cursor: pointer;
width: 30%;
height: 30%;
}
#cover{
padding-top:3%;
position:relative;
}
.mcontainer{
position:relative;
}
#button1{
position: absolute;
top: 17%;
left: 11.5%;
}
#button2{
position: absolute;
top: 17%;
left: 46%;
}
#button3{
position: absolute;
top: 17%;
left: 80.5%;
}
#button4{
position: absolute;
top: 61.5%;
left: 11.5%;
}
#button5{
position: absolute;
top: 61.5%;
left: 46%;
}
#button6{
position: absolute;
top: 61.5%;
left: 80.5%;
}
#botter{
height: 50%;
width: 100%;
background-color: #000000;
}
body {
margin: 0;
}