-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle3.css
72 lines (70 loc) · 1.02 KB
/
style3.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
*{
margin:0;
padding:0;
}
.header{
height:100px;
background-color: aquamarine;
}
.container{
width:920px;
margin:0 auto;
height:100px;
}
.title{
display: inline;
font-size:40px;
position: absolute;
}
.menu{
position: relative;
}
.menu ul li{
display: inline;
}
.menu ul li a{
display: inline;
float:right;
padding:6pt 4px;
text-decoration:none;
font-size:20px;
background:aqua;
color: black;
padding-bottom:10px;
}
.footage {
width:920px;
margin:0 auto;
}
.footage2{
width:920px;
margin:0 auto;
display:inline;
padding-left:100;
}
.a{
display: inline;
position: absolute;
float:right;
margin-left:140px;
text-align: center;
}
.b{
display: inline;
position: relative;
float:right;
margin-right:100px;
text-align: center;
}
.c{
display: inline;
position: relative;
float: right;
margin-right:100px;
text-align: center;
}
.footer{
height: 100px ;
color: aquamarine;
display:inline-block;
}