-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
56 lines (50 loc) · 810 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
51
52
53
54
55
56
.videosplash{
width:360px;
margin-left:auto;
margin-right:auto;
}
body {
padding-left:8%;
padding-right:8%;
color:#004014;
background-color: #AFAFAF;
font-family: Arial,sans-serif;
/*background-image: linear-gradient(to right, black, #373737);*/
}
@media screen and (max-width:800px) {
body {
padding-left:0%;
padding-right:0%;
animation: bodycolor 15s;
}
.videosplash{
width:720px;
margin-left:auto;
margin-right:auto;
}
}
a {
color: #af5d00;
text-decoration:none;
}
hr {
color: #af5d00;
text-decoration:none;
clear:both;
}
h3 {
color: #af2200;
}
.main_title {
text-align:center;
}
.main_subtitle {
text-align:center;
}
.button {
background-color:#101010;
border:solid 1px;
text-align:center;
margin-top:2%;
margin-bottom:2%;
}