-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlogout.css
More file actions
49 lines (44 loc) · 904 Bytes
/
logout.css
File metadata and controls
49 lines (44 loc) · 904 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
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;
}
.home{
background: url(img/background_image.png),linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) no-repeat center center fixed;
background-blend-mode: overlay;
position: relative;
height: 100%;
width: 100%;
background-size: cover;
}
.landing-text{
color: white;
position: absolute;
margin-left: 100px;
margin-right: 100px;
text-align: center;
font-size: 60px;
font-family: 'Nunito', sans-serif;
font-weight: 300;
padding-top: 100px;
}
.btn-toolbar{
padding-top: 350px;
display: flex;
justify-content: center;
font-weight: 300;
font-size: 20px;
}