-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.css
77 lines (76 loc) · 1.35 KB
/
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
footer{
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.575),0 2px 2px rgba(0, 0, 0, 0.404);
padding: 24px 0;
height: auto;
max-width: 1440px;
margin: 0 auto;
display: flex;
margin-bottom: 32px;
}
.footer-container{
width: 100%;
display: flex;
padding: 0 40px;
}
.links-container {
width: 20%;
}
.links-container li b {
color: black;
line-height: 0;
}
.links-container li {
list-style-type: none;
font-size: 15px;
line-height: 3;
margin-bottom: 3px;
color: rgba(0,0,0,.58);
}
.links-container li:hover{
color: black;
cursor: pointer;
}
@media (max-width:820px){
.footer-container{
flex-direction: column;
}
.links-container{
width: 100%;
justify-content: center;
text-align: center;
}
}
.biodata{
max-width: 1440px;
height: auto;
margin: 0 auto;
}
.bio{
max-width: 1440px;
display: flex;
justify-content: space-between;
justify-content: center;
margin: 0 auto;
height: 100%;
padding: 20px 30px;
margin-bottom: 32px;
}
.bio-icon{
margin: 0 auto;
width: 40%;
display: flex;
justify-content: space-evenly;
}
.bio-text{
max-width: 1440px;
margin: 0 auto;
text-align: center;
font-size: 30px;
}
.design{
padding-bottom: 32px;
font-weight: bolder;
}
.intro{
font-size: 20px;
}