-
Notifications
You must be signed in to change notification settings - Fork 7
/
left_nav.css
52 lines (50 loc) · 1016 Bytes
/
left_nav.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
/* Note to students: Some properties are given to you to fill out,
others you can modify as they stand, and if you have time,
there are definitely some properties you should add!*/
html {
height: 100%;
}
body {
height: 100%;
}
header {
background-color:;
padding:5px;
font-size: ;
display: block;
width: 790px;
}
nav {
line-height:;
background-color:;
width:125px;
display: inline-block;
vertical-align: top;
}
nav ul {
list-style-type: none;
}
a {
color: ;
}
section {
width: 516px;
display: inline-block;
}
aside {
width: 125px;
display: inline-block;
vertical-align: top;
background-color:;
font-size: ;
}
aside ul {
list-style-type: none;
}
footer {
width: 790px;
background-color:;
text-align:;
padding:5px;
display: block;
}