forked from pranshushuklagithub/tata1mg-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.css
83 lines (73 loc) · 1.46 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
.footer {
margin: 5%;
justify-content: center;
}
.footDivs{
text-align: center;
margin-top: 5%;
height: 200px;
margin-bottom: 5%;
}
#footDivs {
display: flex;
justify-content: space-evenly;
width: 70%;
gap: 50px;
margin: auto;
margin-top: 5%;
}
#heading {
font-size: x-large;
margin-top: 2%;
}
#send-link-btn {
cursor: pointer;
}
.final-foot-div {
display: grid;
grid-template-columns: repeat(5,1fr);
gap: 10%;
margin-bottom: 3%;
margin-top: 3%;
}
.final-foot-div > div > div >p {
margin-top: 5%;
}
.footer-para {
font-size: large;
color: rgb(81, 78, 78);
margin-top: 1%;
}
.general > p{
margin-bottom: -3%;
cursor: pointer;
}
.connects {
display: flex;
justify-content: space-evenly;
}
.lower-footer-1 {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 5%;
justify-content: space-evenly;
}
.lower-footer-1 > div {
width: 70%;
display: flex;
align-items: center;
margin: auto;
gap: 10%;
text-align: left;
}
.lower-footer-1 > div > h1 {
margin-bottom: 10%;
}
.lower-footer-1 > div > div{
justify-content: space-between;
}
.lower-footer-2 {
margin-top: 5%;
align-items: center;
text-align: center;
}