-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (44 loc) · 877 Bytes
/
style.css
File metadata and controls
50 lines (44 loc) · 877 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
body {
padding: 0;
font-family: 'Oswald', sans-serif;
font-size: 18px;
color: #383838;
background-color: #fff;
}
h1{
text-align:center;
margin:30px auto;
padding: 0;
text-transform: uppercase;
font-weight: normal;
font-family: 'Oswald', sans-serif;
color: black;
position: relative;
}
h2 {
text-align:center;
margin-top: -10px;
}
#header-wrapper {
overflow: hidden;
position: relative;
font-family: 'Oswald', sans-serif;
width: 1110px;
height: 800px;
margin:0px auto;
}
/* Map properties*/
#map {
width:1024px;
height:720px;
margin:0px auto;
font-family: font-family: 'Abel', sans-serif;
font-size: small;
color: #000;
border:solid 5px #000000;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-moz-box-shadow: 0px 10px 18px #1a181a;
-webkit-box-shadow: 0px 10px 18px #1a181a;
box-shadow: 0px 10px 18px #1a181a;
}