Files
CenterPes/Templates/components/_footer.html
2026-01-02 09:19:43 -03:00

12 lines
316 B
HTML

<footer class="card-footer mt-auto py-3 text-center bg-body-tertiary">
<div class="container">
<a class="navbar-brand --bs-success-text-emphasis" href="{% url 'Home' %}"> © CenterPes </a>
</div>
</footer>
<style>
footer {
position: fixed;
bottom: 0;
width: 100%;
}
</style>