Newer
Older
CamaraComercioWeb / src / app / shared / components / footer / footer.component.html
Fabian Vera on 1 Oct 2021 1 KB [fix] styles fixed
<div class="footer__background has-bg-dark  p-3">
    <div class="content d-flex  justify-content-center">
        <section class="d-flex flex-column justify-content-start align-items-center">
            <span class="text-center"><strong class="Ws-20">Acerca de</strong></span>
            <p class="text-center Tx-14">Confianza y seguridad</p>
            <p class="text-center Tx-14">Directrices de contenido</p>
            <p class="text-center Tx-14">Terminos de servicio</p>
            <p class="text-center Tx-14">Politicas de privacidad</p>
        </section>
        <section class="d-flex flex-column justify-content-start align-items-center">
            <span class="text-center"><strong class="Ws-20">Descubrir</strong></span>
            <p class="text-center Tx-14">Colecciones</p>
            <p class="text-center Tx-14">Eventos</p>
            <p class="text-center Tx-14">Blog de wTteData</p>
            <p class="text-center Tx-14" >Apoyo</p>
        </section>
        <section class="d-flex flex-column justify-content-start align-items-center">
            <span class="text-center"><strong class="Ws-20">Idioma</strong></span>
            <p class="text-center Tx-14">Español</p>
            <p class="text-center Tx-14">País Colombia</p>
        </section>
    </div>
    <section class="image-container d-flex justify-content-center align-items-center pt-3">
        <img src="../../../../assets/images/svg/wtredata.svg" alt="" width="79px" height="60px">
    </section>
</div>