-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (65 loc) · 1.16 KB
/
style.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
body {
text-align: center;
background-color: #777;
color: #000000;
max-width: 960px;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}
.header {
background-color: #ebebeb;
text-align: center;
padding: 1px 1px;
}
.nav {
background-color: #ebebeb;
text-align: center;
padding: 1px 1px;
}
.container {
position: relative;
max-width: 960px;
margin-bottom: 20px;
height: 300px;
}
section {
background-color: #ebebeb;
color: #777;
text-align: center;
padding: 8px;
width: 495px;
float: left;
}
.section1 {
background-color: #ebebeb;
color: #777;
text-align: center;
padding: 1px;
margin: 10px;
}
article {
text-align: center;
background-color: #777;
color: #ebebeb;
padding: 3px;
max-width: 485px;
float: center;
margin: 10px;
}
aside {
max-width: 495px;
height: 100%;
background-color: #ebebeb;
color: #777;
float: right;
padding: 8px;
width: 415px;
}
footer {
background-color: #ebebeb;
text-align: center;
clear: both;
position: relative;
padding: 1px 1px;
}