-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathButton Up.css
66 lines (58 loc) · 1.24 KB
/
Button Up.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
body{
margin: 0;
padding: 0;
}
.header{
height: 100vh;
background-image: linear-gradient(rgba(0,0,0,0.5) , rgba(0,0,0,0.5)),url(wp4088642.jpg);
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Times New Roman', Times, serif;
text-align: center;
line-height: 50px;
}
h1{
color: blanchedalmond;
margin-bottom: 70px;
font-size: 45px;
letter-spacing: 2px;
}
.Search-field{
height: 100%;
width: 150px;
padding:10px;
border: none;
border-radius: 25px;
outline: none;
}
.search{
width: 400px;
}
.search-btn{
height: 20px;
width: 150px;
background: #5e5d54;
border: none;
color: rgb(255, 255, 252);
border-radius: 25px;
}
.search-btn:hover{
background: #979156;
cursor: pointer;
}
.form-box{
background: rgba(230, 222, 222, 0.5);
padding: 10px;
box-shadow: 10px 5px 5px rgb(201, 187, 187);
}
.create{
box-shadow: 10px 5px 5px rgb(201, 187, 187);
box-sizing: border-box;
width: 30%;
border: solid #d4d5db 3px;
padding: 1px;
}