-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcarpool.css
More file actions
72 lines (66 loc) · 1.03 KB
/
Copy pathcarpool.css
File metadata and controls
72 lines (66 loc) · 1.03 KB
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
#navigation {
position: fixed;
top: 0px;
width: 100%;
height: 100px;
color: rgb(12, 131, 199);
opacity: 1;
z-index: 1;
}
.navbar-nav {
flex-direction: row;
}
.navbar-nav > li > button{
padding-left: 0px;
padding-right: 20px;
color: rgb(12, 131, 199);
}
#header{
justify-content: center;
margin: 20px;
}
#logo {
border-radius: 100%;
margin-right: 20px;
}
.container{
position: relative;
top: 100px;
}
#map {
height: 495px;
width: 80%;
margin-right: 20px;
border: 1px solid rgb(12, 131, 199);
border-radius: 20px;
}
#inputs {
margin: 20px;
max-width: 100%;
}
#form-div {
padding-right: 50px;
}
.results{
width: 70%;
border: 1px solid rgb(12, 131, 199);
border-radius: 20px;
justify-content: center;
text-align: left;
font-size: 20px;
padding: 50px;
margin: 50px 15px;
}
.form{
border: 1px solid rgb(12, 131, 199);
border-radius: 20px;
justify-content: left;
padding-right: 50px;
padding: 50px;
}
.title{
color: rgb(12, 131, 199);
}
#title{
color: rgb(12, 131, 199);
}