-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
81 lines (68 loc) · 1.21 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
80
81
body {
font-family: 'Commissioner', sans-serif;
}
.nav-wrapper {
background-color: #343a40 !important;
}
#map {
height: 500px;
width: 100%;
min-width: 150px;
border: 2px solid black;
overflow: hidden;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
border-radius: 10px;
}
.specs {
text-align: right;
}
.covidheader {
text-align: center;
}
.card-panel {
overflow: hidden;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
border-radius: 10px;
}
#searchBtn {
overflow: hidden;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
border-radius: 10px;
}
#card {
background-color: green;
display: none;
}
.pc1 {
height: 300px;
}
.pc2 {
height: 600px;
}
.parkImg {
height: 250px;
width: 250px;
}
#markerContent {
text-align: center;
}
#currentLocationBtn {
overflow: hidden;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
border-radius: 10px;
}
#currentLocation {
width: 25px;
height: 25px;
margin-top: 5px;
}
.headlines .card {
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
border-radius: 10px;
padding: 1rem;
color: black;
}
#headlines {
background-color: #343a40;
color: white;
}