-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (49 loc) · 903 Bytes
/
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
body {
font-family: helvetica, arial, sans-serif;
background-color: rgb(131, 204, 204);
background-image: linear-gradient(45deg, white, rgb(50, 112, 114));
}
h1 {
color: #000000;
text-align: center;
}
.container {
/* background-color: rgb(131, 204, 204); */
width: 35%;
top: 0px;
position: absolute;
height: 100vh;
padding: 10px;
}
#centre-container{
width: 70vw;
left: 15vw;
}
#left-container {
left: 0px;
width: 40vw
}
#right-container {
right: 0px;
width: 55vw;
/* padding-top: 165px; */
z-index: -200;
}
.map {
position: absolute;
right: 0em;
/* top: 0em; */
/* margin: 1em 0.5em; */
/* padding: 1em 1.5em 1em; */
/* border: 1px solid black; */
display: block;
/* border-radius: 20px; */
height: 100%;
width: 100%;
}
#selection-menu {
position: absolute;
right: 1em;
top: 21em;
z-index: 200;
}