Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/11/2015, 12:47
oscaar90
 
Fecha de Ingreso: febrero-2015
Mensajes: 55
Antigüedad: 9 años, 9 meses
Puntos: 7
Respuesta: Footer abajo del todo

Yo lo tengo así

CSS
Código CSS:
Ver original
  1. footer {
  2.     width: 100%;
  3.     height: 100px;
  4.     position: absolute;
  5.     bottom: 0;
  6.     left: 0;
  7. }

HTML
Código HTML:
Ver original
  1.   <hr>
  2.         <center>MI FOOTER</center>