-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (56 loc) · 972 Bytes
/
style.css
File metadata and controls
68 lines (56 loc) · 972 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
html, body {
height: 100%;
width: 100%;
overflow: wrap;
margin:0 auto;
overflow-wrap: break-word;
word-wrap: break-word;
align-content: center;
background-color: #bbdefb;
}
.logo {
position: relative;
size: 200px;
top: 5%;
display: flex;
justify-content: center;
}
h1 {
position: relative;
top: 2.5%;
font-family: Lato;
text-align: center;
}
p {
font-family: 'Open Sans';
text-align: center;
font-size: 15px;
}
span {
font-family: 'Open Sans';
text-align: center;
}
.mbm { color: black; }
.mbm:hover {color: #1976d2}
#map { height: 180px; }
a {
text-decoration:none
}
.onet {
position: fixed; right: 50%; transform: translateX(-7.5%)
}
.twot {
position: fixed; left: 50%; transform: translateX(7.5%)
}
.center {
position: relative; left: 50%; transform: translateX(50%); margin-top: 25%;
}
figure {
display: flex;
flex-flow: column;
padding: 5px;
margin: auto;
}
figcaption {
font-family: 'Lato';
}