-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
169 lines (148 loc) · 2.96 KB
/
style.css
File metadata and controls
169 lines (148 loc) · 2.96 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.footer{
margin: 100px;
display: flex;
flex-direction: column;
/* background-color: beige; */
}
.footer-box-1{
display: flex;
/* flex-direction: ; */
/* justify-content: space-around; */
justify-content: space-between;
/* justify-content: center; */
margin: 0px 2rem;
}
.footer-box-1 div{
margin: 0px 1rem;
/* padding: 1rem; */
}
.footer-1{
width: 500px;
display: flex;
/* align-items: center; */
justify-content: space-around;
flex-direction: column;
}
.footer-1 div{
margin: 10px 0px;
}
.des1{
/* margin: 20px 200px; */
/* padding: 20px 0px; */
font-size: 1.5rem;
}
/* div.footer-2 > ul{
/* margin: 2000px 200px; */
/* display: flex; */
/* align-items: center; */
/* justify-content: space-between; */
/* flex-direction: column;
margin: 10px 0px;
}
*/
.footer-box-1 li{
margin: 5px 0px;
}
/* footer-2 */
.footer-box-2{
display: flex;
justify-content: space-between;
/* justify-content: space-around; */
margin: 1rem 3rem;
/* justify-content: center; */
}
.footer-box-2 div{
/* margin: 0px 2rem; */
}
.footer-box-2 ul{
display: flex;
/* flex-direction: ; */
}
.footer-box-2 li{
list-style: none;
/* max-resolution: ; */
margin: 5px 10px;
/* width: 30px; */
}
.footer-box-2 li i{
font-size: 1.5rem;
}
li{
list-style: none;
/* margin: 5px 0px; */
}
img{
width: 20px;
}
span{
/* font-size: 1.5rem; */
font-weight: bold;
}
/* line */
.line{
background-color: rgb(0, 0, 0);
/* width: ; */
/* margin: 0px 1rem; */
height: 2px;
}
@media screen and (max-width: 480px){
}
/* responsive */
@media screen and (max-width: 480px){
.footer{
margin: 0px;
padding: 5px;
width: 100vw;
/* gap : 20rem; */
justify-content: center;
}
.footer-box-1{
display: flex;
flex-direction: column;
/* background-color: black; */
margin: 0px auto;
}
.footer-1{
/* width: 100px; */
/* width: 70vw; */
width: 16rem;
display: flex;
/* align-items: center; */
justify-content: space-around;
flex-direction: column;
/* margin-bottom: 30px; */
margin: 20px 0px;
}
.footer-box-2{
margin: 0px;
display: flex;
flex-direction: column-reverse;
align-items: center;
justify-content: center;
}
.footer-box-2 li{
list-style: none;
/* max-resolution: ; */
/* margin: 5px 10px; */
margin: 5px;
/* width: 30px; */
}
.line{
background-color: rgb(0, 0, 0);
/* width: ; */
/* margin: 0px 1rem; */
/* margin: 1rem;
*/
margin: 1rem 0px;
height: 1px;
}
.copyright{
width: 15rem;
text-align: center;
}
}