-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
110 lines (101 loc) · 1.51 KB
/
stylesheet.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
101
102
103
104
105
106
107
108
109
110
body{
margin:0;
font-family:raleway;
font-weight:normal;
line-height:1.5;
color:#333;
overflow-x:hidden;
scroll-snap-type: mandatory;
scroll-snap-points-y: repeat(100vh);
}
.v-header{
height:100vh;
display:flex;
align-items:center;
color:#fff;
}
.container{
padding-left:1rem;
padding-right:1rem;
margin:auto;
text-align:center;
}
.fullscreen-video-wrap{
position:absolute;
top:0;
left:0;
width:100%;
height:100vh;
overflow:hidden;
}
.fullscreen-video-wrap video{
min-height:100%;
min-width:100%;
}
.header-overlay{
height:100vh;
position: absolute;
top:0;
left:0;
width:100vw;
z-index:1;
}
.header-content{
z-index:2;
margin:auto;
margin-top:310px;
}
.header-content h1{
font-size:50px;
font-weight:lighter;
}
.header-content a{
color:white;
text-decoration:none;
}
.subdiv{
width:100%;
height:100vh;
padding-right:10px;
padding-top:50px;
padding-left:40px;
}
.left{
padding-top: 600px;
height:100%;
}
.power{
width:100%;
height:10vh;
}
.power h1{
text-align:center;
}
.powers{
padding-top:150px;
height:50vh;
width:100%;
}
img{
width:100%;
height:150px;
}
img:hover{
transform: scale(1.1);
transition:0.9s;
}
#wiki{
height:200px !important;
}
#gulistan
{
width:252px;
height:274px;
margin-left:70px;
}
footer{
background-color:LightGray;
height:100vh;
padding-top:280px;
font-size:25px;
}