Este tutorial ha sido probado por expertos para garantizar la veracidad de nuestro tutorial.
Ejemplo 1: cómo llevar mi pie de página al final de la página usando css
#page-containerposition: relative;min-height:100vh;#content-wrappadding-bottom:2.5rem;/* Footer height */#footerposition: absolute;bottom:0;width:100%;height:2.5rem;/* Footer height */
Ejemplo 2: mantener el pie de página en la parte inferior de la página
#footerposition: relative;margin-top:-180px;/* negative value of footer height */height:180px;clear: both;/*Custom styling*//* Opera Fix thanks to Maleika (Kohoutec) */body:beforecontent:"";height:100%;float: left;width:0;margin-top:-32767px;/* thank you Erik J - negate effect of float*/
Te mostramos comentarios y calificaciones
Nos puedes añadir valor a nuestra información tributando tu experiencia en las interpretaciones.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)