forked from iamsushank/mutual-cart-3380
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.css
69 lines (69 loc) · 1.31 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
/* footer */
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@500&display=swap");
#main-footer {
width: 100%;
background-color: #375d75;
}
#footer {
width: 100%;
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(auto, auto);
gap: 20px;
}
#col-1 {
margin-top: 35px;
/* border: 2px solid red; */
display: inline-block;
line-break: 0;
justify-content: center;
align-items: center;
font-family: "Mukta", sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 0;
text-align: center;
color: white;
}
/* #col-1>div>img{
border: 1px solid rgb(5, 231, 248);
width: 100%;
} */
.cols {
margin-top: 35px;
/* border: 2px solid red; */
align-items: center;
font-family: "Mukta", sans-serif;
font-weight: 300;
font-size: 18px;
text-align: left;
}
.cols > h2 {
font-size: 26px;
text-align: left;
color: white;
}
.cols > a {
text-decoration: none;
color: white;
cursor: pointer;
line-height: 2;
font-size: 22px;
justify-content: flex-start;
}
#foot-line {
margin-top: 20px;
font-size: 25px;
font-weight: 300;
line-height: 26.4px;
color: white;
text-align: left;
word-spacing: 0px;
text-align: center;
font-family: "Mukta", sans-serif;
letter-spacing: 0.8px;
word-spacing: 2px;
}
#foot-line>a{
color: white;
}