-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
50 lines (44 loc) · 817 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
h2{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
}
#data{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#data td, #data th {
border: 1px solid #ddd;
padding: 8px;
}
#data th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #191970;
color: white;
}
#data tr:hover {background-color: #ddd;}
#map{
width: 70%;
height: 100%;
float: right;
padding: 15px;
border: 1px solid #21252b;
border: 1px solid #21252b;
border-radius: 10px;
}
#menu{
font-size: 25px;
margin-top: 1px;
width: 25%;
height: 100%;
float: left;
}
h1{
padding: 0.5em;
color: black;
margin: 0;
clear: left;
text-align: center;
}