-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
79 lines (57 loc) · 1.05 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
.footer{
background-color: grey;
color: #fff;
padding: 20px;
text-align: center;
}
.footer a{
text-decoration: none;
}
.footer a:hover{
text-decoration: underline;
}
.social{
margin-top: 10px;
text-transform: capitalize;
color: #000;
text-decoration: underline;
}
social a{
display: inline;
margin: 0 10px;
font-size: 30px;
}
.linked{
color: #000;
overflow: hidden;
}
.linked a{
text-transform: capitalize;
margin-left: 1500px;
color: #3b5998; ;
position: absolute;
font-size: large;
font-family:sans-serif;
font-style: initial;
text-decoration: none;
}
.linked a:hover {
background-color: #ddd;
color: #3b5998;
}
.linked a.active{
background-color: lightblue !important;
}
.about{
text-transform: capitalize;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-family: cursive;
}
.long-stuff{
font-size: 16px;
line-height: 2;
font-weight: bold;
}
.Copyright{
color: black;
}