-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle.css
More file actions
126 lines (102 loc) · 1.95 KB
/
google.css
File metadata and controls
126 lines (102 loc) · 1.95 KB
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
120
121
122
123
124
125
126
body{
display : contents;
}
.navbar {
float : right;
margin : 20px;
}
.nav-item{
text-decoration : none;
color : black;
margin-right : 15px;
}
.nav-item:hover{
text-decoration : underline;
}
.main{
margin-top : 300px;
text-align : center;
}
.input-area{
margin-top : 20px;
}
.input-box{
width : 584px;
height : 46px;
border-radius: 24px;
border: 1px solid #dfe1e5;
padding-left : 40px;
padding-right : 40px;
}
.search-icon{
position : relative;
left : 40px;
color: #9aa0a6;
}
.mic-icon{
position : relative;
right:40px;
color: #9aa0a6;
}
.button-area{
padding-top : 18px;
}
.button-style{
height : 36px;
background-color: #f8f9fa;
border: 1px solid #f8f9fa;
border-radius : 24px;
font-family: Apple SD Gothic Neo,arial,sans-serif;
padding: 0 16px;
}
.button-style:hover{
box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
background-color: #f8f9fa;
border: 1px solid #dadce0;
color: #202124;
}
.offered-area{
padding-top : 18px;
}
.offered-style{
color :gainsboro;
}
.none {
text-decoration : none;
}
.none:hover{
text-decoration : underline;
}
.footer {
position : absolute;
bottom : 0px;
background :#f2f2f2;
width : 100%
}
.first-style{
padding: 15px 30px;
border-bottom: 1px solid #dadce0;
font-size: 15px;
color: #70757a;
}
.second-style{
padding: 15px 30px;
font-size: 15px;
color: #70757a;
}
.second-line-second{
float : right;
}
.font-style{
text-decoration : none;
color : #70757a;
}
.font-style:hover{
text-decoration : underline;
}
.left{
margin-left : 15px;
}
.right{
margin-right : 15px;
}