forked from Vishwajeetiitb/Stride_gps_tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.css
40 lines (39 loc) · 855 Bytes
/
map.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
body, html {
height: 100%;
}
.bg {
/* The image used */
background-image: url('https://mdbootstrap.com/img/Photos/Others/images/91.jpg');
filter: blur(1px);
-webkit-filter: blur(1px);
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-others {
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.4);
color: white;
font-weight: bold;
text-align: center;
border: 3px solid #f1f1f1;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
width: 80%;
padding: 20px;
transform: translate(-50%, -50%);
}
.hr1{
color: white;
}
#map-canvas{
width:720x;
height: 700px;
border: 6px solid #056af7;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}