-
Notifications
You must be signed in to change notification settings - Fork 0
/
ab.css
54 lines (44 loc) · 843 Bytes
/
ab.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
*{
padding: 0;
margin: 0;
}
.main{
background-image: url("com.jpg");
background-position: center;
background-size: cover;
height: 100vh;
}
.text
{
padding-top: 120px;
padding-left: 500px;
}
.search{
width: 330px;
margin-left: 400px;
}
.srch{
font-family: 'Times New Roman';
width: 600px;
height: 40px;
background: transparent;
border: 1px solid #ff7200;
color: #000000;
border-right: none;
font-size: 16px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.btn{
width: 100px;
height: 40px;
background: #ff7200;
border: 2px solid #ff7200;
color: #fff;
font-size: 15px;
border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.btn:hover{
color: #000;
}