-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap_css.css
More file actions
50 lines (44 loc) · 888 Bytes
/
map_css.css
File metadata and controls
50 lines (44 loc) · 888 Bytes
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
html {
background: url("autumn_forest.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#map_header {
color:white;
font-family: Arial, Helvetica, sans-serif;
font-size:80px;
letter-spacing: 5px;
word-spacing:10px;
}
.mySlides {display:none;
border-radius: 30px;
}
.map_background {
position: relative;
background-color: #F0F0F0;
border-radius: 30px;
width: 70%;
}
.map_background:hover {
background-color: #D8D8D8
}
#image_graph_div {
margin-top: 5%;
background-color: #707070;
position: relative;
border-radius: 30px;
padding-top: 5%;
padding-bottom: 5%;
width: 70%;
}
#image_graph_div:hover {
background-color: #585858;
}
#home {
color: white;
font-size: 60px;
right-margin: 90%;
position: fixed;
}