-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (58 loc) · 948 Bytes
/
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
body {
font-family: arial,sans-serif;
max-width: 100%;
overflow-x: hidden;
}
.leftheader a {
padding: 0 10px 0 15px;
}
.rightheader {
float: right;
}
.rightheader a {
padding: 0 15px 0 10px;
}
.signin {
padding: 0 0 0 15px;
}
.content {
text-align: center;
}
.logo {
padding: 120px 0 0 0;
}
input {
display: flex;
background-color: #fff;
border: 1px solid #dfe1e5;
box-shadow: none;
border-radius: 24px;
height: 34px;
width: 532px;
padding: 10px;
font-size: 15px;
margin: 20px auto 30px auto;
}
.searchbutton button {
padding: 10px;
margin: 5px;
}
footer {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background-color: #f2f2f2;
line-height: 40px;
}
.leftfooter a {
padding: 0 15px 0 27px;
}
.leftfooter a {
float: right;
}
.rightfooter a {
padding: 0 27px 0 15px;
}