forked from BhanuPrathapGoud/Anthropology-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
96 lines (81 loc) · 1.58 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#more {display: none;};
.read{
width: 100%;
margin: auto;
font-size: 18px;
font: 1.3rem/1.3 Avenir Medium,sans-serif;
font-size: 14px;
border: 1px solid red;
}
.foterparent1{
width: 100%;
}
.para{
width: 80%;
margin: auto;
color: lightslategray;
}
.foter{
background: #f7f6f2;
text-decoration: none;
font: 1.3rem/1.3 Avenir Medium,sans-serif;
font-size: 14px;
}
.footer1{
width: 80%;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer1>div>h3{
font: 1.3rem/1.3 Avenir Medium,sans-serif;
}
.footer1>div>p{
color: lightslategray;
}
.imglocation{
height: 30px;
}
.foterparent2{
display: flex;
width: 80%;
margin: auto;
justify-content: space-between;
}
.foterparent2 > div{
display:flex;
flex-direction: column;
}
.foterparent2 > div a{
margin-top: 20px;
text-decoration: none;
color: rgb(64, 58, 58);
}
.location{
display: flex;
align-items:center;
justify-content: center;
height: 30px;
margin-top: 30px;
}
#input,#button{
background-color: #4b5666;
border: 1px solid #4b5666;
color: #fff;
cursor: pointer;
font-family: Avenir Medium,sans-serif;
font-size: 1.3rem;
text-transform: uppercase;
transition-duration: .2s;
transition-property: color,background-color,border-color;
}
#input{
padding-right: 200px;
margin-right: 40px;
background-color: #f7f6f2;
color: black;
}
#button{
height: 50px;
}