-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtrackliz.css
More file actions
84 lines (69 loc) · 1.11 KB
/
trackliz.css
File metadata and controls
84 lines (69 loc) · 1.11 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/* CSS declarations go here */
body{
height: 100%;
width: 100%;
margin: 0;
font-family: Arial;
text-align: center;
text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
background-color: white;
}
.inner{
background-color:#1a1a1a;
max-width: 480px;
margin: 0 auto;
padding-bottom:50px;
padding-top:50px;
border-radius: 40px;
}
.masthead-nav
{
width: 25em;
margin-left: auto;
margin-right: auto;
margin-bottom: 20 auto;
}
.masthead-nav > li {
display: inline-block;
}
.masthead-nav > li > a {
padding-right: 6px;
padding-left: 6px;
font-size: 16px;
font-weight: bold;
color: white;
}
.container {
max-width: 400px;
margin: 0 auto;
min-height: 100%;
background: #bebebe;
border-style: solid;
border-width: 15px;
border-color: grey;
}
.map-container {
width: 800px;
max-width: 100%;
height: 500px;
}
h1 {
font-size: 1.5em;
margin-left: auto;
margin-right: auto;
width: 6em
}
.button{
padding-top: 10px;
padding-bottom: 20px;
margin-bottom:10px;
width :60px;
height: 20px;
margin: 0 auto;
text-align: center;
}
.right
{
margin-right: 10;
text-align: right;
}