simplified footer (no 3 sets of footer tags)

This commit is contained in:
Mimi Momo
2020-09-30 20:54:47 -05:00
parent 76ab1f3a17
commit 3ac67cdaf1
4 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ ul { list-style-position: inside; }
background-color: #A8577E;
}
.footer {
.footer-content {
background-color: pink;
padding-top: 5px;
padding-right: 25px;
+3 -1
View File
@@ -181,8 +181,10 @@ ul { list-style-position: inside; }
background-color: green;
}
#footer {
.footer-content {
background-color: #060d1a;
padding-top: 5px;
text-align: right;
overflow: hidden;
box-shadow: 0 100vh 0 100vh #581845;
}
+2 -3
View File
@@ -196,11 +196,10 @@ mark {
padding-left: 1px;
}
.footer {
.footer-content {
background-color: #581845;
padding-top: 5px;
padding-right: 25px;
box-shadow: 0 100vh 0 100vh #581845;
text-align: right;
overflow: hidden;
box-shadow: 0 100vh 0 100vh #581845;
}
+4 -6
View File
@@ -1,8 +1,6 @@
<!--Footer-->
<footer>
<div class="footer">
<footer>
<footer>
<div class="footer-content">
&#169 chimchooree {{year}}<br>
</footer>
</div>
</footer>
</div>
</footer>