-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFooter.css
More file actions
84 lines (66 loc) · 1.09 KB
/
Footer.css
File metadata and controls
84 lines (66 loc) · 1.09 KB
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
.Explore a{
text-decoration: none;
color: rgb(0, 0, 0);
}
.Explore a:hover{
text-decoration: underline;
}
.Explore ul li{
list-style: none;
}
.Explore{
color: rgb(0, 0, 0);
padding: 10px 110px;
font-size:x-large;
}
.Explore p{
font-weight: bold;
}
.foot {
display: flex;
align-items: center;
justify-content: center;
color: black;
}
.pics {
display: flex;
}
.pics img {
width: 50px;
height: 50px;
padding: 0px 5px;
}
.support {
padding-bottom: 37px;
}
.support1 {
padding-bottom: 65px;
}
.main{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: whitesmoke;
color: black;
}
.dev{
font-size: x-large;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.dev p{
font-weight: bolder;
}
.dev ul li{
list-style: none;
}
.dev2 {
display: flex;
}
.dev2 p{
padding: 0px 60px;
font-weight: normal;
}