En el footer.comtonent.css:
.footer{
width: 100%;
padding-top: 10px;
background-color: gainsboro;
position: fixed;
bottom: 0px;
}
En el footer.comtonent.html:
<footer class="footer text-center">
<div class="container">
<p class="text-white">Copyright 2022 | <a href=”#”>Cookies</a> </p>
</div>
</footer>
En el app.comtonent.html:
<app-footer></app-footer>
No hay comentarios:
Publicar un comentario