-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappvideo.css
More file actions
executable file
·71 lines (52 loc) · 927 Bytes
/
appvideo.css
File metadata and controls
executable file
·71 lines (52 loc) · 927 Bytes
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
.video-container {
z-index: 100;
width:100%;
height:75%;
overflow:hidden;
position:absolute;
top:0;
left:0;
}
#video-bg{
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
body {
background-size: cover;
background-position: center;
}
body,
html {
width: 100%;
height: 100%;
font-family: "Lato";
color: white;
}
h1 {
font-weight: 700;
font-size: 5em;
}
.content{
padding-top: 25%;
text-align: center;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
}
hr {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: rgb(134, 132, 132);
color: white;
text-align: center;
}