-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsive-footer.css
More file actions
103 lines (66 loc) · 2.12 KB
/
responsive-footer.css
File metadata and controls
103 lines (66 loc) · 2.12 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
@media (min-width: 1300px){
#bottom-container{
width: 100%;
margin-top: 80px;
}
.body-container{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 1440px;
height: 340px;
margin: auto;
padding: 150px 64px 80px 64px;
gap: 80px;
}
.footer-1-list{
width: 1312px;
}
.big-list{
margin-left: auto;
}
.header-logo{
margin-right: 18px;
}
.logo-img{
margin: 10px auto;
width: 40px;
height: 40px;
}
.tittle-img{
width: 100px;
visibility: visible;
float: left;
margin-top: 14px;
font-size: 23px;
font-weight: 600;
margin-right: 20px;
}
.parag{
margin-left: 48px;
font-size: 16px;
}
.border-box{
width: 1312px;
text-align: center;
justify-content: center;
margin: auto;
margin-top: 80px;
}
.terms-list{
gap: 24px;
margin: auto;
text-align: center;
width: 790px;
margin-top: 32px;
margin-bottom: 80px;
}
.footer-list{
font-size: 16px;
margin-right: auto;
}
.line{
text-decoration: underline;
}
}