-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
119 lines (111 loc) · 1.91 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body {
padding-top: 200px;
}
.search-form {
padding: 10px;
border: 3px thin ;
border-radius: 4px;
}
#search-container {
width: 500px;
height: 40px;
}
.search-box {
position: relative;
display: inline-block;
}
.search-box {
border-radius: 20px;
}
.search-icon {
position: absolute;
top: 50%;
right: 470px;
transform: translateY(-50%);
color: #999;
}
.microphone-icon {
position: absolute;
top: 50%;
right: 60px;
transform: translateY(-50%);
color: #999;
}
.camera-icon {
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
color: #999;
}
.button {
margin: 2% 3% 2% 20%;
text-align: center;
}
.top-container {
text-align: center;
}
.middle-container {
padding: 0px 3px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
line-height: 28px;
font-size: small;
display: inline-block;
color: #4d5156;
white-space: nowrap;
justify-content: space-between;
}
.bottom-container {
padding-bottom: 0;
}
.first {
border-bottom: 1px solid #dadce0;
font-size: 15px;
color: #70757a;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 20px;
padding-top: 150px;
}
.one {
color: #70757a;
display: inline-block;
padding: 15px;
text-align: left;
white-space: nowrap;
margin: 0;
padding-right: 100px;
}
.two {
color: #70757a;
display: inline-block;
text-align: center;
white-space: nowrap;
margin: 0;
padding-right: 100px;
}
.three {
color: #70757a;
display: inline-block;
white-space: nowrap;
text-align: right;
color: #70757a;
margin: 0;
}
a {
display: inline;
margin: 10px 20px;
text-decoration: none;
}
.link-footer {
color: #70757a;
display: inline;
}
.download button {
margin: 5% 3% 5% 0;
}
img {
width: 250px;
}