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> <div>
Imprint - Privacy Policy - Copyright Imprint - Privacy Policy - Copyright
</div> </div>

View File

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