-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
39 lines (34 loc) · 752 Bytes
/
Copy pathapp.css
File metadata and controls
39 lines (34 loc) · 752 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
@import url(http://fonts.googleapis.com/css?family=Lato:300|Open+Sans:300,500,600,700,800);
html {
height: 100%;
}
body {
overflow: hidden;
min-height: 100%;
}
/*Remove .slide to have slides fade to white in transition*/
.slide {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.outer {}
.flex-contain {
display: flex;
flex-direction: column;
flex-flow: center;
padding: 8%;
height: 100vh;
}
.title {
margin: auto;
font-family: "Open Sans", helvetica, sans-serif;
font-weight: 400;
font-size: 133px;
text-align: center;
line-height: 1.25em;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.0980392) 0px .02em 0px;
}