-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
98 lines (85 loc) · 1.75 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
97
98
footer{
display: flex;
margin-top: 200px;
justify-content: center;
background-color: white;
flex-wrap: wrap;
}
.languages{
margin-left: -30px;
}
.list{
display: flex;
list-style: none;
color: #8a8d91;
margin-top: 25px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
li{
padding: 7px;
cursor: pointer;
}
li:hover{
text-decoration: underline;
}
.line {
justify-content: center;
align-items: center;
border-bottom: 1px solid #dadde1;
display: flex;
margin-top: 5px;
margin-left: 7px;
text-align: center;
width: 975px;
margin-bottom: 4px;
}
.content-list{
list-style: none;
display: flex;
align-content: center;
height: 25px;
justify-content: center;
align-items: center;
box-sizing: border-box;
color: #8d8c8c;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin-left: -13px;
margin-bottom: -5px;
}
.contentlist{
list-style: none;
display: flex;
align-content: center;
height: 25px;
justify-content: center;
align-items: center;
box-sizing: border-box;
color: #8d8c8c;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin-left: -754px;
margin-bottom: -5px;
}
.fbc{
list-style: none;
display: flex;
height: 25px;
box-sizing: border-box;
color: #8d8c8c;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin-top: 20px;
margin-left: 7px;
}
.cprt{
width: 200px;
}
.cprtt{
display: flex;
justify-content: center;
margin-top: -50px;
margin-left: -450px;
opacity: 0;
}