-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
85 lines (72 loc) · 1.2 KB
/
css.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
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
@charset "UTF-8";
article, aside, footer, header, main, nav, section {
display: block;
}
html, body, h1, h2, h3, ul, li, a, p,
article, aside, footer, header, main, nav, section {
padding: 0;
margin: 0;
}
h3 {outline-color: gray;
outline-style: solid;
position: relative
border; -5px
outline-width: 1px;
}
.banner {
background-color: #11233b;
color: white;
padding: 10px 20px;
}
body {
width: 960px;
margin-left: auto;
margin-right: auto;
background-color: #f0f0f0;
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
}
nav {
background-color: #0099CC;
padding: 5px;
margin-top: 1px;
}
li a {
color: white;
}
li {
display: inline;
margin-left: 15px;
margin-right: 15px;
font-size: 20px;
font-variant: small-caps;
font-weight: bold;
}
section {
background-color: #bbbbbb;
margin-top: 0px;
padding: 5px;
}
article {
background-color: white;
margin-top: 5px;
padding: 10px 15px;
}
main {
width: 640px;
float: left;
margin-bottom: 10px;
}
aside {
background-color: #bbbbbb;
width: 270px;
float: right;
padding: 20px;
margin-top: 10px;
}
footer {
clear: both;
background-color: #0099CC;
color: white;
padding: 5px 20px;
}