-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.css
More file actions
54 lines (51 loc) · 736 Bytes
/
Copy pathfooter.css
File metadata and controls
54 lines (51 loc) · 736 Bytes
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
#containerG {
/* border: 1px solid red; */
display: flex;
justify-content: space-evenly;
}
#containerG .h1,
.p {
color: #24aeb1;
}
#box {
display: flex;
justify-content: space-evenly;
/* border: 1px solid red; */
}
a {
color: black;
text-decoration: none;
}
div > li {
justify-content: center;
}
.input {
border: 0px;
margin: 5px;
margin-top: 10px;
}
div > .img {
width: 100%;
}
.und {
margin-top: 150px;
}
#link {
display: flex;
justify-content: space-evenly;
}
.box4 {
width: 20%;
}
.box4 > .img {
width: 40%;
}
.img {
margin-top: 20px;
width: 100px;
/* border: 1px solid red; */
}
.H6 {
color: black;
font-family: sans-serif;
}