-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearchbar.css
More file actions
32 lines (30 loc) · 785 Bytes
/
searchbar.css
File metadata and controls
32 lines (30 loc) · 785 Bytes
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
.input{
width: 400px;
border: 3px solid #fff;
color: #fff;
background: transparent;
padding: 15px ;
border-radius: 50px;
font-size: 18px;
outline: none;
}
::-webkit-input-placeholder{
color:#fff;
text-transform: uppercase;
font-family: "Roboto", sans-serif;
}
.close-btn{
position: absolute;
right: 17px;
top: 181.5px;
background: #fff;
cursor: pointer;
width: 120px;
height: 55px;
color: #fc913a;
border-radius: 50px;
border:0;
outline: none;
text-transform: uppercase;
font-weight: bold;
}