-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.css
63 lines (49 loc) · 892 Bytes
/
footer.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
#footer {
width: 95%;
margin: auto;
display: grid;
grid-template-columns: repeat(6, 16%);
color: rgb(73, 73, 73);
margin-top: 250px;
justify-content: center;
}
#footer p {
font-size: 14px;
}
#footer p:hover {
text-decoration: underline;
}
#lastLine {
padding: 2%;
/* background-color: #FBF8F1; */
width: 91%;
margin: auto;
}
#lastLine>span {
margin-right: 40px;
font-size: 15px;
font-weight: 500;
color: grey;
}
#lastLine span:hover {
text-decoration: underline 2px;
}
#smDiv {
display: flex;
flex-direction: column;
}
#smDiv>div:nth-child(1) {
margin-top: 20px;
margin-bottom: 20px;
}
#smDiv>div:nth-child(1) img {
height: 25px;
}
#smDiv>div:nth-child(2) img {
height: 25px;
margin: 5px;
}
#smDiv>div:nth-child(2) img:nth-child(5) {
height: 20px;
margin-bottom: 10px;
}