-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooterStyle.css
88 lines (70 loc) · 1.07 KB
/
footerStyle.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
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: sans-serif;
}
footer{
width: 100%;
background: #202020;
color: white;
}
.container-footer-all{
width: 100%;
max-width: 1200px;
margin: auto;
padding: 40px;
}
.container-body{
display: flex;
justify-content: space-between;
}
.colum1{
max-width: 400px;
}
.colum1 h1{
font-size: 22px;
}
.colum1 p{
font-size: 14px;
color: #C7C7C7;
margin-top: 20px;
}
.colum2{
max-width: 400px;
}
.colum2 h1{
font-size: 22px;
}
.row0{
margin-top: 20px;
display: flex;
}
.row0 img{
width: 36px;
height: 36px;
}
.row0 label{
margin-top: 10px;
margin-left: 20px;
color: #C7C7C7;
}
.colum3{
max-width: 400px;
}
.colum3 h1{
font-size: 22px;
}
.row2{
margin-top: 20px;
display: flex;
}
.row2 img{
width: 36px;
height: 36px;
}
.row2 label{
margin-top: 10px;
margin-left: 20px;
max-width: 140px;
}