-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.css
58 lines (53 loc) · 1.07 KB
/
footer.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
.customer-footer{
background-color: #434343;
height: 400px;
display: flex;
justify-content: space-evenly;
/* align-items: center; */
padding: 40px;
margin-top: 40px;
}
.cust-first{
color: White;
font-size: 18px;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 25px;
display: flex;
justify-content: space-around;
}
.cust-Second{
color: white;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 25px;
align-items: center;
display: flex;
justify-content: space-around;
}
/* .search-box{
position: static;
height: 400px;
width: 40px;
margin: 200px;
}
.search-box .input-box input{
position: absolute;
top: 50%;
left: 45%;
border-radius: 4px;
transform: translate(-50%, -50%);
height: 35px;
width: 280px;
outline: none;
padding: 0 15px;
font-size: 16px;
border: none;
} */
.end{
background-color: #3E8DA8;
font-size: 10px;
display: flex;
justify-content: center;
color: white;
}