-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.css
More file actions
81 lines (81 loc) · 1.18 KB
/
footer.css
File metadata and controls
81 lines (81 loc) · 1.18 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
footer{
padding-top: 20px;
display: flex;
flex-direction: row-reverse;
justify-content: center;
width: 90%;
margin: auto;
background-color: #e0e0e0
}
footer >*{
flex: 1;
text-align: center;
}
.footer-right{
display: flex;
flex-direction: row-reverse;
justify-content: center;
align-content: center;
}
.footer-right > *{
flex: 1;
text-align: center;
}
h {
font-size: 1.5em;
font-weight: bold;
}
.footer-middle{
display: flex;
flex-direction: column;
}
.footer-left{
padding-top: 30px;
}
#googleplus{
width: 5em;
height: auto;
}
#facebook{
width: 4.4em;
height: auto;
}
#facebook >circle{
fill: slategrey;
}
#facebook >circle:hover{
fill: blue;
}
.svg-button{
fill: slategray;
border: 0px transparent;
}
#twitter > path{
fill: slategray;
}
#twitter > path:hover{
fill: blue;
}
.svg-button:hover{
fill:blue;
}
.services{
display: flex;
flex-direction: column;
}
.information{
display: flex;
flex-direction: column;
}
p2{
text-align: center;
color: #666666;
}
p2:hover{
color:blue;
}
h2{
display: inline;
text-align: center;
color: #666666;
}