-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (73 loc) · 1.18 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
.container{
width: 100%;
height: 900px;
margin: 0 auto;
}
.container .logo{
padding: 70px 41%;
}
.container .box1{
width: 100%;
height: 100px;
background-color: #EEEEEE;
}
.box1 p{
text-align: center;
padding-bottom: 1px;
}
input{
width: 20%;
margin: 0 750px;
}
.buton{
border-radius: 3px;
border-width: 1px;
padding: 1px 10px;
margin-left: 44%;
margin-top: 10px;
}
.container .box2{
width: 30%;
height: 150px;
background-color: rgb(126,229,218);
float: left;
margin-top: 4px;
margin-right: 0.2%;
}
.container .box2 li{
text-align: center;
list-style-type: none;
}
.container .box3{
width: 20%;
height: 150px;
background-color: rgb(112,204,194);
float: left;
margin-top: 4px;
}
.container .box3 li{
text-align: center;
list-style-type: none;
}
.container .box4{
width: 49%;
height: 150px;
background-color: rgb(98,179,170);
float: left;
margin-top: 4px;
margin-left: 4px;
}
.buton1{
float: left;
}
.container .box4 li{
text-align: center;
list-style-type: none;
}
.int{
float: left;
}
.copyright{
text-align: center;
margin-top: 200px;
}