Files
WevertonOrg/Templates/components/_footer.html
2025-10-12 10:03:31 -03:00

12 lines
310 B
HTML

<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>