-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (51 loc) · 730 Bytes
/
style.css
File metadata and controls
61 lines (51 loc) · 730 Bytes
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
html, body {
margin: 0;
padding: 0;
}
body {
background: #EEE;
font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
font-size: 14px;
line-height: 1.6;
}
#content {
width: 750px;
margin: 50px auto;
padding: 20px;
background: #FFF;
border: 5px solid #CCC;
}
h1 {
margin: 0;
}
hr {
border: none;
/*height: 1px;*/
line-height: 1px;
background: #CCC;
margin-bottom: 20px;
padding: 0;
}
p {
margin: 0;
padding: 7px 0;
}
.clear {
clear: both;
line-height: 1px;
font-size: 1px;
}
a {
outline-color: #888;
}
.innerbottom{
width:33%;
float:left;
padding:2px;
}
.footer1{
height: 50px;
background: #2c2c2c url(../img/bg_pattern3.png) repeat;
position:relative;
margin-top:20%;
}