forked from MicrosoftStudentChapter/Hacktoberfest2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
76 lines (68 loc) · 1.19 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
.footfall {
text-align: center;
padding: 2em 2em 0em 2em !important;
background-color: #16211d;
color: white;
position: relative;
}
.back-to-top {
width: 7rem;
height: 7rem;
background-color: #16211d;
border-color: #16211d;
position: absolute;
top: -3rem;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
text-decoration: none;
}
.back-to-top i {
display: block;
color: white;
font-size: 2rem;
padding: 2rem;
margin-bottom: 0;
animation: up 2s infinite;
text-decoration: none;
}
.footer-content {
/*overflow:hidden*/
margin-top: 0;
text-decoration: none;
}
.footer-content h4 {
text-decoration: none;
cursor: pointer;
color: aliceblue;
font-size: 1.7rem;
font-weight: 300;
margin-bottom: 1rem;
}
.footer-content h5 {
color: aliceblue;
margin-bottom: 1rem;
}
#social{
text-decoration: none;
list-style: none;
display: flex;
margin-left: 120px;
}
li{
margin: 5px;
}
h5{
color: #ff6409;
}
.zmdi{
color: white;
}
.contactcolor{
color: white !important;
}
@media screen and (max-width:800px) {
#social{
margin-left: 0px;
}
}