-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
89 lines (75 loc) · 1.04 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body{
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
color: #777;
background: #777;
width: 960px;
font-size: 18px;
box-sizing: border-box;
}
div, section{
background: #ebebeb
}
.box{
width: 495px;
height: 49px;
}
#header{
top: 10px;
position: absolute;
left: 90px
}
#nav{
top: 64px;
position: absolute;
left: 90px
}
section, #aside{
height: 185px
}
section{
width: 280px;
position: absolute;
top: 123px;
left: 90px
}
article{
color: #ebebeb;
background: #777;
width: 260px;
height: 123px;
position: absolute;
left: 10px;
bottom: 10px
}
.hp{
color: #777;
width: 230px;
height: 34px;
position: absolute;
left: 15px
}
#hph{
bottom: 54px
}
#hpp{
bottom: 15px
}
#aside{
width: 205px;
position: absolute;
top: 123px;
left: 380px
}
#footer{
position: absolute;
top: 318px;
left: 90px
}
h6{
position: relative;
top: -10px;
text-align: center;
}
.up{
top: -18px
}