-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharena.css
More file actions
84 lines (72 loc) · 1.02 KB
/
arena.css
File metadata and controls
84 lines (72 loc) · 1.02 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
html, body {
background-image: url("circuit.jpg");
background-position: center-left;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: #ffff;
margin: 0;
width: 100%;
height: 0 auto;
}
.navigation{
background-color: rgba(255, 255, 255, 0.7);
overflow-y: 0 auto;
position: fixed;
left: 0px;
top: 0px;
text-align: center;
width: 100%;
z-index: 10000;
padding-top: 0px;
max-width: 100%;
}
ul{
margin: auto;
text-align: center;
}
li{
display:inline-block;
font-size: 1em;
font-weight: 200;
margin: 16px 20px;
text-transform: uppercase;
position: static;
}
#sym {
color: #FFFF;
font-size: 2.1em;
padding: 0px 0px;
}
a:link{
color: #000000;
}
a:visited{
color:#000000;
}
a:active{
color: green;
}
h1{
text-align: center;
font-size: 4em;
color: #fff;
padding-top: 2%;
}
h2{
text-align: center;
color: #fff;
}
p{
font-size: 1.25rem;
color: #fff;
}
#maps{
margin: 5% auto;
text-align: center;
padding: 20% 0;
}
img{
width: 30%;
height: 0 auto;
}