-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfootercss.css
More file actions
131 lines (118 loc) · 2.44 KB
/
footercss.css
File metadata and controls
131 lines (118 loc) · 2.44 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/*Copyright 2020,Mayank Laxkar And Kartik Budhraja, All rights reserved.*/
/* Footer */
ul {
list-style: none;
padding-left: 0;
margin-top: 8px;
font-family: 'IBM Plex Sans', sans-serif;
letter-spacing: 2px;
}
footer {
background-color: #555;
color: #bbb;
line-height: 2.5;
font-family: 'IBM Plex Sans', sans-serif;
letter-spacing: 2px;
}
footer a {
text-decoration: none;
color: #eee;
font-size: 16px;
font-family: 'IBM Plex Sans', sans-serif;
letter-spacing: 2px;
}
a:hover {
text-decoration: none;
/* color: red; */
/* color: #34a9c9 ; */
color:#e06868 ;
transition: .2s ease-in;
}
.ft-title {
color: #fff;
font-size:20px;
border-bottom: 2px #777 solid;
font-family: 'IBM Plex Sans', sans-serif;
letter-spacing: 2px;
}
.address1 li {
list-style: none;
position: relative;
padding: 0px 0 14px 34px;
line-height: 26px;
font-family: 'IBM Plex Sans', sans-serif;
}
ul.address1 span {
position: absolute;
width: 40px;
font-family: 'IBM Plex Sans', sans-serif;
max-width: 40px;
left: 0;
}
ul.address1 i {
width: 20px;
position: absolute;
left: 0px;
text-align: center;
font-size: 28px;
top: 0;
}
ul.address1 i.fa-envelope {
font-size: 18px;
top: 4px;
}
/* Sticks footer to bottom */
/* Footer main */
.ft-main {
min-height: 25vh;
padding: 0.25rem 1.875rem;
display: flex;
flex-wrap: wrap;
font-family: 'Raleway', sans-serif;
}
@media only screen and (min-width: 29.8125rem /* 477px */) {
.ft-main {
justify-content: space-evenly;
}
}
@media only screen and (min-width: 77.5rem /* 1240px */) {
.ft-main {
justify-content: space-evenly;
}
}
.ft-main-item {
padding: 1.25rem;
min-width: 12.5rem;
}
.ft-social-list {
display: flex;
padding-top: 0.25rem;
}
.ft-social-list li {
margin-right: 1.6rem;
font-size: 1.25rem;
padding-left: 1.5px;
}
/* Footer legal */
.ft-legal {
padding: 0.1em 1.875rem;
background-color: #333;
}
.ft-legal h2{
font-size: 16px;
}
.facebook:hover{
color: #3e7bff;
}
.insta:hover{
/* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background-position: left; */
color: #ff57db;
}
.linkedin:hover{
color: #0e76a8;
}
.whatsapp:hover{
color:#4FCE5D;
}
/*footer end here*/