-
Notifications
You must be signed in to change notification settings - Fork 5
/
footer.css
90 lines (82 loc) · 1.39 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
body{
margin: 0;
padding: 0;
font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
}
.fcontainer{
width: 100%;
margin-top: 60px;
background-color: transparent;
}
.fcard{
width: 80%;
display: flex;
justify-content: space-between;
margin-left: 10%;
}
.card1{
color: #696b79;
display: block;
font-size: 13px;
text-decoration: none;
padding-bottom: 5px;
cursor: pointer;
line-height: 1.6;
/* display: inline; */
}
.card1 > div{
display: flex;
justify-content: space-around;
}
.appimgcard{
display: flex;
width: 50%;
justify-content: space-around;
}
.card1 > h3{
color: black;
font-size: 11px;
}
.card1 > div > p{
margin-top: 10px;
/* margin-left: 5px; */
}
.appimg{
width: 150px;
height: 50px;
}
.appimg1{
width: 30px;
height: 30px;
}
.appimg2{
width: 45px;
height: 45px;
margin-top: 9px;
}
.appimg3{
width: 50px;
width: 50px;
margin-right: 10px;
}
.f-info{
width: 80%;
/* display: inline; */
margin-left: 10%;
margin-top: 20px;
color: #696b79;
display: block;
font-size: 13px;
text-decoration: none;
padding-bottom: 5px;
cursor: pointer;
line-height: 1.6;
}
.f-info > h3{
color: black;
font-size: 11px;
}
b{
color: black;
}