style footer

This commit is contained in:
Aadil Ayub 2022-01-07 13:10:45 +05:00
parent b8bdf80897
commit f2fe5e8e8b
2 changed files with 7 additions and 13 deletions

View File

@ -1,4 +1,4 @@
<footer class="bar">
<footer>
<div>
Imprint - Privacy Policy - Copyright
</div>

View File

@ -54,11 +54,7 @@
body {
font-size: 21px;
font-family: Gudea;
color: maroon;
}
a {
color: #1B4C8A;
margin: 0;
}
* {
@ -645,11 +641,9 @@ li.page-item:nth-child(8) {
/* Page footer */
footer.bar {
margin-top: 0;
width: 80%;
margin-left: auto;
display: block;
margin-right: auto;
margin-bottom: 2em;
footer {
background: #AFAFAF;
color: #333333;
font-size: 15px;
padding: 1em 4em;
}