Tema: Alto en CSS
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 27/08/2013, 14:55
Avatar de indie_rok
indie_rok
 
Fecha de Ingreso: mayo-2013
Ubicación: Top of the world.
Mensajes: 85
Antigüedad: 11 años, 6 meses
Puntos: 0
Respuesta: Alto en CSS

Ya lo arregle. Solamente es cambiar el valor de width y heigth de body

Código:
html,body
{
	width:100%;
	height:100%;
	background-color:black;
	margin:0px;
}