-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
106 lines (85 loc) · 1.47 KB
/
style.css
File metadata and controls
106 lines (85 loc) · 1.47 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body{
background: #777;
color: #ebebeb;
margin-left: auto;
margin-right: auto;
width: 1080px;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
font-size: 18;
}
header {
margin-right: auto;
margin-left: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 20px;
width: 960px;
background-color: #ebebeb;
border-radius: 3px;
color: #777;
text-align: center;
}
nav {
margin-right: auto;
margin-left: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 20px;
width: 960px;
background-color: #ebebeb;
border-radius: 3px;
color: #777;
text-align: center;
}
section {
margin-right: auto;
margin-left: 40px;
margin-top: 10px;
margin-bottom: auto;
float: left;
padding: 20px;
width: 495px;
/*height:300px; */
background-color: #ebebeb;
border-radius: 3px;
color: #777;
text-align: center;
overflow: hidden;
}
article {
margin-top: 20px;
margin-bottom: 10px;
padding-top: 20px;
width: 485px;
height: 200px;
background-color: #777;
color: #ebebeb;
text-align: center;
border-color: #777;
border-radius: 3px;
overflow: hidden;
}
.para{
background-color: #ebebeb;
color: #777;
margin-right: 30px;
margin-left: 30px;
margin-bottom: 20px;
clear: both;
height: 50px;
text-align: center;
}
aside{
margin-right: 40px;
margin-left: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 20px;
width: 405px;
height:285px;
background-color: #ebebeb;
border-radius: 3px;
color: #777;
text-align: center;
float: right;
}