forked from ziyueyanggg/BT3103_YZY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
74 lines (67 loc) · 1.2 KB
/
index.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
html, body{
height: 100%;
width: 100%;
}
.navbar{
background-color: #FFFFFF;
padding: 1% 0;
font-size: 1.2em;
margin-bottom:0;
border-radius:0;
}
.navbar-brand{
min-height: 40px;
}
.navbar-brand>img{
max-height: 40px;
width: auto;
}
.overlay{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 1.0;
z-index: 1;
}
#video-background{
position: absolute;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
background-size: cover;
-webkit-filter: brightness(60%);
filter: brightness(60%);
}
.word-logo{
display: block;
padding-top: 90px;
padding-bottom: 40px;
height: auto;
width: 68%;
margin-left: auto;
margin-right: auto;
}
.landing-text{
color: white;
position: relative;
padding-bottom: 40px;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-size: 1.5em;
font-family: 'Nunito', sans-serif;
font-weight: 200;
}
.btn-toolbar{
display: flex;
justify-content: center;
position: relative;
}