beta v.1.1
This commit is contained in:
12
Templates/components/_footer.html
Normal file
12
Templates/components/_footer.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<footer class="footer mt-auto py-3 text-center bg-body-tertiary">
|
||||
<div class="container">
|
||||
<a class="navbar-brand --bs-success-text-emphasis" href="{% url 'Home' %}"> © Weverton </a>
|
||||
</div>
|
||||
</footer>
|
||||
<style>
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user