-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorienteering.css
66 lines (66 loc) · 906 Bytes
/
orienteering.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
58
59
60
61
62
63
64
65
66
body {
background-color: #ffa400;
}
div.flag {
position: fixed;
top: 42px;
left: 22px;
}
p.go {
float: right;
margin-right: 30px;
}
ul {
list-style-type: none;
margin: 50px center;
border: 1px solid black;
background-color: white;
text-align: center;
}
li {
display: inline;
padding: 15px;
}
h1 {
text-align: center;
font-family: cursive;
}
a {
text-decoration: none;
color: green;
font-weight: bold;
font-size: 18px;
}
a:hover {
background-color: red;
}
.compass {
width: 300px;
height: 300px;
}
.orienteer {
width: 300px;
height: 300px;
}
.map {
width: 400px;
height: 300px;
}
.title1 {
font-weight: bold;
font-size: 18px;
background-color: yellow;
float: left;
margin-right: 6px;
margin-bottom: 6px;
clear: both;
}
table {
width: 1100px;
margin-left: auto;
margin-right: auto;
}
td {
font-family: monospace;
font-size: 16px;
}