-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
98 lines (78 loc) · 1.13 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
body
{
margin:0;
padding:0;
}
#footer-wraper
{
display: grid;
grid-template-columns:20% 20% 20% 20% 20%;
height:275px;
width:100%;
background-color:#373737;
}
#footer-wraper ul li
{
color:#f2f2f2;
list-style:none;
color:white;
}
#footer-wraper ul li a
{
font-family: 'Karla', sans-serif;
color:#f0f0f0;
list-style:none;
font-size:14px;
margin-top:4px;
text-decoration:none;
}
#footer-wraper ul li a:hover
{
text-decoration:underline;
}
#link-footer-topbrands
{
position:relative;
}
#link-footer-other
{
position:relative;
}
#link-footer-otc-category
{
position:relative;
}
#link-footer-other-otc-category
{
position:relative;
}
#link-footer-services
{
position:relative;
}
#footer-bootom
{
display:grid;
grid-template-columns:3fr 1fr 1fr 1fr;
align-content: center;
background-color:#2c2b2b;
height:65px;
width:100%;
color:rgb(214, 210, 210);
font-family:lato;
}
#copyright
{
width:250px;
align-self:end;
}
#social-media-link-logo .logo-png
{
display:inline-block;
text-align: center;
}
#social-media-link-logo .logo-png:hover
{
opacity:0.8;
cursor:pointer;
}