-
Notifications
You must be signed in to change notification settings - Fork 0
/
foot.css
46 lines (45 loc) · 926 Bytes
/
foot.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
.foot{
/* background: white; */
position:absolute;
bottom: 0;
width: 100%;
height: 10rem;
display: flex;
align-items: center;
justify-content: space-evenly;
font-size: 18px;
}
li {
margin: 6px;
}
.foot .f-l-links{
/* background: grey; */
color: aliceblue;
display: flex;
align-items: center;
justify-content: center;
}
.social-links{
/* background: #281d1d; */
color: aliceblue;
display: flex;
align-items: center;
justify-content: center;
}
.other{
display: flex;
align-items: center;
justify-content: center;
}
.common{
/* background: red; */
width: fit-content;
height: 80%;
max-width: 30%;
max-height: 90%;
flex: 0.3;
color: aliceblue;
border-radius: 12px;
/* border: 1px solid #6FFFE9; */
background: linear-gradient(222deg,#0B132B,#3A506B);
}