forked from cdaniels75/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
80 lines (67 loc) · 921 Bytes
/
style2.css
File metadata and controls
80 lines (67 loc) · 921 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body {
color: black;
background:#707070;
font-family:Courier;
width:960px;
margin:auto;
}
header, main, footer {
clear:both;
margin-left:0;
width:960px;
}
header, main h1 {
color:White;
}
a, a:visited {
color:White;
text-decoration:none;
}
a:hover {
color: White;
text-decoration: none;
}
#nav {
list-style: none;
width:960px;
margin-left:-40px;
}
#nav li {
display:block;
float: left;
padding:5px;
margin-bottom:20px;
margin-right:10px;
height:30px;
width:110px;
text-align:center;
font-size:13px;
border: 2px solid white;
border-radius:10px;
}
#menu {
width:150px;
display: block;
float:left;
margin-left:-40px;
}
#menu ul {
list-style: none;
float:left;
margin-left:0;
border-right: 1px solid #c0c0c0;
}
#menu li {
width: 125px;
padding:5px;
margin-bottom:10px;
font-size:13px;
}
article {
width:800px;
display: block;
float:right;
}
h1 {
color:White;
}