-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
93 lines (70 loc) · 1.1 KB
/
main.css
File metadata and controls
93 lines (70 loc) · 1.1 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
html {
height: 100%;
}
#MainHeader{
max-width: auto;
text-align: center;
background-color: #006699;
width: 100%;
border: 2px solid black;
}
#MainLink {
text-decoration: none;
color: white;
}
header h2 {
margin: -20px 0 20px;
font-size: 20px;
}
nav {
float:left;
width: 100%;
}
#NavList{
background-color: #006699;
height: 45px;
padding: 0px ;
margin: 0 0 0 50px;
float: left;
border-bottom: 2px solid black;
list-style-type: none
}
nav li {
float: left;
}
#LeftLink
{
border-left: 2px solid black;
}
.NavLink
{
display: block;
height: 25px;
border-right: 2px solid black;
padding: 12px 30px 8px 30px;
vertical-align: middle;
color: white;
text-decoration: none;
}
img {
float: left;
}
.firstHeader{
color: #006699;
}
section {
width: 85%;
display: inline-block;
float: left;
padding:10px;
margin-bottom: 10px;
}
footer {
background-color:#006699;
color:white;
text-align:center;
clear: both;
padding:5px;
display: block;
border: 2px solid black;
}