-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
79 lines (66 loc) · 1.19 KB
/
style.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
72
73
74
75
76
77
78
79
/* * {
border: 1px solid #000;
} */
#map {
height: 60%;
width: 75%;
margin: auto;
}
body {
position: relative;
text-align: center;
background-image: url("https://images.unsplash.com/photo-1531001142232-7d7aac16a63e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60");
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.buttons {
text-align: center;
/* line-height: 2em; */
margin-top: 0;
padding-top: 1em;
background-color: rgba(0,0,0,0.5);
}
#commuting {
text-align: center;
border-radius: 10px;
/* line-height: 2em; */
margin-top: 0;
}
.buttons h3 {
margin-bottom: 0;
color: #F3D4B2;
font-family: roboto, sans-serif;
}
.buttons p {
margin-top: 4px;
color: white;
font-family: roboto, sans-serif;
font-size: .7em;
}
.buttons h1 {
margin-top: 0;
color: #F3D4B2;
text-decoration: underline;
}
.buttons button {
font-size: 1.2em;
border-radius: 10px;
border-radius: 10px;
}
button:hover {
background-color: #CAECBA;
}
footer {
background-color: rgba(0,0,0,0.5);
padding: 2em;
}
footer h3 {
color: #FDECA2;
margin: 0;
}