-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile.css
More file actions
109 lines (94 loc) · 1.75 KB
/
mobile.css
File metadata and controls
109 lines (94 loc) · 1.75 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
/* 320px — 480px */
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
/* background-color: yellow; */
}
.footer{
/* margin: 100px; */
display: flex;
flex-direction: column;
background-color: blue;
}
.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;
}