-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (71 loc) · 1.24 KB
/
Copy pathstyle.css
File metadata and controls
72 lines (71 loc) · 1.24 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
body {
color:#777;
background: #777;
width: 960px;
height: auto;
font-family: 'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';
font-size: 18px;
margin: 0 auto;
display: block;
}
.header {
background: #ebebeb;
height: 150px;
width: 900px;
margin: 50px 50px 50px 50px;
border: #ebebeb;
text-align: center;
}
nav{
background: #ebebeb;
margin: 50px 50px 50px 50px;
width: 900px;
height: 150px;
}
section {
float: left;
clear: right;
background: #ebebeb;
width: 495px;
height: 600px;
margin: 50px auto;
padding: 10px;
border: 3px solid #777;
}
.blog {
color: #ebebeb;
background: #777;
width: 300px;
border: 3px solid #777;
margin: 50px auto;
padding: auto;
}
.aside {
background: #ebebeb;
float: right;
height: 600px;
width: 300px;
margin: 50px auto;
border: 3px solid #777;
padding: 10px;
}
.heading{
color: #777;
width: 300px;
background: #ebebeb;
}
.para{
color: #777;
width: 300px;
background: #ebebeb;
overflow: auto;
}
footer {
background: #ebebeb;
height: 150;
width: 900px;
margin: auto;
border: #ebebeb;
padding: 50px;
display: inline-block;
}