Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/11/2012, 11:11
Avatar de Linton
Linton
 
Fecha de Ingreso: diciembre-2011
Ubicación: Viena
Mensajes: 1.213
Antigüedad: 12 años, 4 meses
Puntos: 55
Respuesta: poner un div toda la pantalla

Cita:
Iniciado por may123 Ver Mensaje
Código:
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
*{margin:0px; padding:0px;}

#todo{background-color:#067;
width:100%;
height:100%;
}
</style>

</head>
<body>
<div id="todo">


</div>


</body>
</html>
Una pregunta, ¿por qué no pones los estilos en un CSS?