-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (47 loc) · 992 Bytes
/
Copy pathstyle.css
File metadata and controls
54 lines (47 loc) · 992 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#background-image {
background-image: url(https://i.pinimg.com/736x/df/59/2e/df592e0edb477944999d5d68780b9eac.jpg);
width: 100%;
height: 100vh;
background-size: cover;
background-position: center;
}
#input {
width: 400px;
padding: 10px;
height: 48px;
outline: none;
border: none;
border-radius: 50px 0px 0px 50px;
}
#searchBtn {
width: 120px;
height: 48px;
border: none;
outline: none;
border-radius: 0px 50px 50px 0px;
background-color: rgb(33, 203, 33);
color: #fff;
font-weight: bold;
}
/* #input {
width: 300px;
height: 48px;
padding-left: 10px;
outline: none;
border: none;
border-radius: 50px;
} */
/* #searchBtn {
width: 120px;
height: 48px;
border: none;
outline: none;
border-radius: 30px;
background-color: rgb(12, 207, 12);
position: relative;
right: 50px;
z-index: -1;
padding-left: 40px;
color: #fff;
font-weight: bold;
} */