-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
74 lines (64 loc) · 1 KB
/
styles.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
.google-logo-container {
text-align: center;
}
.google-logo {
height: 92px;
width: 272px;
padding-top: 109px;
display: inline-block;
padding-bottom: 80px;
}
/*.search-container {
background: #fff;
display: flex;
border: 1px solid #dfe1e5;
box-shadow: none;
border-radius: 24px;
height: 44px;
margin: 0 auto;
width: 582px;
text-align: center;
}*/
.search-form-container {
text-align: center;
}
#tb-container {
position: relative;
top: 16px;
font-size: 13px;
}
#tb-container a {
padding-left: 15px;
color: #000;
opacity: 0.75;
display: inline-block;
}
#search-form {
position: absolute;
top: 311px;
}
body {
font-size: small;
font-family: arial,sans-serif;
}
div {
display: block;
}
input[type=search] {
font-size: 16px;
position: relative;
bottom: 30px;
z-index: 5;
display: block;
margin: 0 auto;
width: 582px;
height: 44px;
border-radius: 30px;
border: 0.5px solid rgb(211, 211, 211);
padding-left: 20px;
margin-top: 15px;
text-align: start;
}
a {
text-decoration: none;
}