-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (48 loc) · 859 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
57
58
59
.body {
align: center;
text-align: center;
}
.header {
align: center;
text-align:center;
}
.header #pic a{
float:right;
}
.header h1 {
background-color: #6DB33F;
}
.header #navigation a:link,a:visited {
font-weight:bold;
color:#FFFFFF;
background-color:#6DB33F;
text-align:center;
padding:4px;
}
.header #navigation a:hover,a:active {
background-color:#7A991A;
font-size:150%;
}
a:link {
color: #0000CC;
}
a:visited {
color: #FFFF00;
}
.content {
background-color: #008852;
align: center;
text-align:left;
margin: 0 auto;
width: 800px;
}
.footer {
align: center;
text-align:center;
}
.footer a:link {
color: #0099FF
}
.footer a:visited {
color: #CC0099;
}