forked from Hackathon7/Pacify-final
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.css
107 lines (96 loc) · 1.83 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Poppins:wght@100&display=swap');
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
color: #797979;
background: #ffffff;
font-family: "Open Sans", sans-serif;
}
.footer{
background: #006622;
color: #FFFFFF;
height: 350px;
position: relative;
}
.footer .footer-content{
display:flex;
}
.footer .footer-content .footer-section{
flex: 1;
padding: 25px;
}
.footer .footer-content h1,
.footer .footer-content h2{
color: white;
}
.footer .footer-content .about h1 span{
color: red;
}
.footer .footer-content .Contact-us h4 span{
display: block;
margin-bottom: 8px;
}
.footer .footer-content .about p{
font-size: 1.5em;
}
.footer .footer-content .Contact-us h3{
font-size: 1.5em;
}
.footer .footer-content .Contact-us h3{
font-size: 1.5em;
}.footer .footer-content .Contact-us h3 span{
font-size: 1.5em;
}.footer .footer-content .links ul a{
display: block;
margin-bottom: 8px;
transition: all .3s;
color: #FEFFFF;
} .footer .footer-content .links ul a li{
font-size: 1em;
}
.footer .footer-content .links ul a:hover{
color: white;
margin-left: 15px;
transition: all .3s;
}
.footer .footer-bottom{
background: #93c47d;
color: #686868;
height: 50px;
text-align: center;
position: absolute;
bottom: 0px;
left: 0px;
padding-top: 20px;
width: 100%;
color: #FEFFFF;
font-size: 17px;
}
.social-icon {
color: #fff;
margin-left: 12px;
}
a.social-icon:hover {
color: #fff;
}
.fa-linkedin:hover {
color: #B4F5ED ;
}
.fa-facebook-square:hover {
color: #B4F5ED ;
}
.fa-instagram:hover {
color: #B4F5ED ;
}
.fa-envelope:hover {
color: #B4F5ED ;
}
.footer .icons {
text-align: center;
font-size: 2.3rem;
}