-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
71 lines (60 loc) · 1.02 KB
/
styles.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
.nav-pills li {
font-size: 25px;
font-family: 'Lato', serif;
font-weight: 700;
}
.page-header {
text-align: center;
color: white;
}
.page-subheader {
text-align: center;
}
#link {
text-align: center;
}
#link a {
color: black;
}
input[type="text"] {
display: block;
margin: 0 auto;
}
.photo-container {
margin: 0 auto;
width: 70%;
display: inline-flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
}
body {
background-color: #4DACBB;
padding-top: 70px;
}
.home-text {
font-family: 'Lato', serif;
font-weight: 700;
color: white;
text-align: center;
}
.home-body-emph {
color: black;
font-weight: bold;
}
.profile-img {
margin-left: auto;
margin-right: auto;
}
mapbox {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 80%;
}