forked from gagex078/gagex078.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnowstyles.css
60 lines (52 loc) · 808 Bytes
/
snowstyles.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
@charset "UTF-8";
body {
color: #000000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
h1 {
color: #716d6d;
}
h2 {
color: #93a6a9
}
a:link {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #d2d1ce;
text-decoration: none;
}
a:hover {
color: #d2d1ce;
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
#container {
width: 1420px;
background-color: #ffffff;
}
#banner{
width: 1420px;
height: 120px;
background-color:#d2d1ce;
}
#navigation{
height: 60px;
width: 1420px;
}
#body {
width: 1420px;
height: inherit;
background-color: #ffffff;
}
#footer {
width: 1420px;
height: 30px;
padding-top: 15px;
background-color: #658085;
text-align: center;
clear:both
}