-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge4.css
More file actions
65 lines (60 loc) · 1.01 KB
/
Copy pathchallenge4.css
File metadata and controls
65 lines (60 loc) · 1.01 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
body{
background-color: rgb(84,112,74);
font-family: 'Barlow Semi Condensed', sans-serif;
}
#wrap{
margin: 3em 13.3%;
background-color: rgb(115,143,105);
}
#header{
background-color: rgb(181,182,125);
text-align: right;
padding: 2px 30px;
margin-top: 0;
}
h1{
padding-right: 40px;
}
#nav ul{
list-style-type: none;
margin: 0;
padding: 0;
background-color: rgb(104,157,89) ;
border-bottom: 2.5px dotted #ffffff;
overflow: hidden;
}
#nav li{
float: left;
overflow: hidden;
}
#nav li a{
display: block;
padding: 10px;
text-decoration: none;
}
h2{
padding-left: 3px;
}
#sidebar
{
float: right;
width: 170px;
margin-right: 5Spx;
background-color: rgb(181,182,125);
height: 435px;
}
#content{
padding-top: 1em;
margin: 0 2em 0 50px;
}
#content ul{
list-style-type: none;
text-align: center;
}
#footer{
background-color: #4c7a39;
padding: 1em;
margin: auto;
padding: 10px;
text-align: center;
}