-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.css
More file actions
84 lines (75 loc) · 1.46 KB
/
Copy pathinfo.css
File metadata and controls
84 lines (75 loc) · 1.46 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
/* 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 {
width: 635px;
height: 100%;
margin: 0px auto;
background:#294036 ;
}
header {
background-color:#1F1D36;
padding: 10px;
border: 5px;
margin: auto;
font-size:25px;
display: box;
font-style: oblique;
}
h1 {
color: white;
}
nav {
border: 5px ;
margin: auto;
height: 15%;
background-color: #1F1D36;
}
nav ul {
padding:10px ;
float: left;
border-bottom: 0;
list-style-type: none;
}
nav li {
float: left;
border:10px;
padding: 5px;
}
nav li a {
display: block;
height: 25px;
padding: 12px 18px 8px 18px;
vertical-align: middle;
}
a {
color: ;
}
section {
width: 73%;
display: inline-block;
float: left;
color: white;
}
a {
color: white;
}
aside {
width: 17%;
display: inline-block;
background-color:;
padding:;
min-height: 100%;
}
aside ul {
list-style-type: none;
}
footer {
width: 790px;
color:white;
clear: both;
display: block;
}