feat(components): creado pie de página Footer.vue

parent affffd19
Showing with 22 additions and 0 deletions
<template>
<footer class="py-4 bg-footer mt-auto">
<div class="container-fluid px-4">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">Copyright &copy; Mi Cocina Digital 2025</div>
<div>
<a href="#">Privacy Policy</a>
&middot;
<a href="#">Terms &amp; Conditions</a>
</div>
</div>
</div>
</footer>
</template>
<style scoped>
.bg-footer {
background-color: #f4f6f5;
height: 60px;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment