edited footer class
This commit is contained in:
parent
6cf216c0d3
commit
ca500023ea
|
@ -70,7 +70,7 @@ a.svg-link svg {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.separator, .source {
|
.footer {
|
||||||
color: #f2f5f4;
|
color: #f2f5f4;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 25px auto;
|
margin: 25px auto;
|
||||||
|
|
|
@ -257,7 +257,7 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<hr>
|
<hr>
|
||||||
<footer class="source" aria-label="Footer information">
|
<footer class="footer">
|
||||||
<p>♥ ur artists :3</p>
|
<p>♥ ur artists :3</p>
|
||||||
<p>© JaxOffTV
|
<p>© JaxOffTV
|
||||||
<script>document.write(new Date().getFullYear())</script>
|
<script>document.write(new Date().getFullYear())</script>
|
||||||
|
|
Loading…
Reference in New Issue