Issue #4 Footer with (empty) analytics and powered-by

This commit is contained in:
Alexis Hassler
2019-05-17 16:28:52 +02:00
parent e9ee1f40d4
commit 45bc42f572
5 changed files with 20 additions and 71 deletions

View File

@@ -6,24 +6,28 @@ body > footer {
footer {
display: grid;
grid-template-columns: 20% 60% 20%;
font-size: 80%;
* {
vertical-align: middle;
}
a {
display: inline-block;
background-repeat: no-repeat;
color: #424242
}
#footer-center {
align-self: center;
justify-self: center;
text-align: center;
font-size: 80%;
}
#footer-right {
align-self: center;
justify-self: end;
a {
background-image: url(https://creativecommons.org/images/public/somerights20.png);
width: 88px;
height: 31px;
display: block;
background-repeat: no-repeat;
}
padding-right: 3px;
font-size: 80%;
}
}