-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyconau.css
46 lines (39 loc) · 944 Bytes
/
pyconau.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
body {
background: url(pyconau-2016-collage.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: white;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.jumbotron {
background-color: rgba(0,0,0,0.9);
margin-top: 60px;
margin-bottom: 60px;
}
@font-face {
font-family: 'Flux Regular';
src: url('fonts/FLUXRegular.ttf');
}
.jumbotron h1 {
font-size: 3em;
font-family: 'Flux Regular';
}
#announcements {
background-color: rgba(0,0,0,0.9);
border-radius: 6px;
padding: 2em;
margin-top: 60px;
margin-bottom: 60px;
}
#announcements h2 {
font-size: 2em;
font-family: 'Flux Regular';
}