Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/03/2016, 18:41
Jorpeto
 
Fecha de Ingreso: enero-2015
Mensajes: 10
Antigüedad: 9 años, 4 meses
Puntos: 0
Que el footer ocupe todo el ancho y llegue hasta abajo

No consigo que el footer ocupe todo el ancho y llegue hasta abajo

Código HTML:
footer {
	background: rgba( 47, 47, 47, 1 );
	padding: 18px 4px;
	cursor: pointer;
	width: 96%;
	margin: 10px auto;
	position: relative;
	display: block;
	box-shadow: inset 0px 0px 0px 2px rgba( 255, 255, 255, 1 );
	border-radius: 3px;
	border: solid 1px rgba( 0, 0, 0, 0.2);
	color: rgba( 255, 255, 255, 1 );
	font-size: 12px;
	font-weight: bolder;
	text-shadow: 0px 1px rgba( 0, 0, 0, 0.3 );
	text-align: center
}