Skip to content

Commit 71c150b

Browse files
committed
styling for links in footer
1 parent ce9ba8c commit 71c150b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

style.css

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,52 @@ img {
1616
float: right;
1717
margin-right: 20px;
1818
}
19+
20+
.footright a {
21+
color: #ffffff;
22+
text-decoration: none;
23+
}
24+
25+
.footright a:hover {
26+
text-decoration: underline;
27+
}
28+
29+
.footright a:visited {
30+
color: #ffffff;
31+
}
32+
1933
.footleft {
2034
float: left;
2135
margin-left: 20px;
2236
}
2337

38+
.footleft a {
39+
color: #ffffff;
40+
text-decoration: none;
41+
}
42+
43+
.footleft a:hover {
44+
text-decoration: underline;
45+
}
46+
47+
.footleft a:visited {
48+
color: #ffffff;
49+
}
50+
51+
.social-buttons {
52+
color: #ffffff;
53+
}
54+
55+
.social-buttons a {
56+
color: #ffffff;
57+
text-decoration: none;
58+
margin: 0 10px;
59+
}
60+
61+
.social-buttons a:hover {
62+
color: #e8491d;
63+
}
64+
2465
/* Header Styles */
2566
header {
2667
background: #35424a;

0 commit comments

Comments
 (0)