-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeth.css
More file actions
74 lines (73 loc) · 1.44 KB
/
beth.css
File metadata and controls
74 lines (73 loc) · 1.44 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
html {
height: 100%;
}
body {
width: 800px;
margin: 0 auto;
padding-top: 5px;
height: 100%;
}
header {
background-color: #2872AA;
color: white;
text-align: center;
padding: 5px;
font-size: 20px;
display: block;
width: 790px;
}
nav {
font-size: 18px;
float: left;
}
nav ul {
background-color: #dddddd;
height: 45px;
width: 800px;
padding: 0px;
margin: 0 0 0 0;
float: left;
border-bottom: 1px solid #cccccc;
list-style-type: none;
}
nav li {
float: left;
}
nav li a {
display: block;
height: 25px;
border-right: 1px solid #cccccc;
padding: 12px 18px 8px 18px;
vertical-align: middle;
}
a {
color: black;
}
section {
width: 73%;
display: inline-block;
float: left;
padding:10px;
}
aside {
width: 17%;
display: inline-block;
float: right;
vertical-align: top;
background-color: #eeeeee;
font-size: 18px;
padding: 8px;
min-height: 100%;
}
aside ul {
list-style-type: none;
}
footer {
width: 790px;
background-color:black;
color:white;
text-align:center;
clear: both;
padding:5px;
display: block;
}