Tema: Duda Toogle
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 25/07/2013, 18:20
luisfpinto
 
Fecha de Ingreso: julio-2013
Mensajes: 6
Antigüedad: 10 años, 9 meses
Puntos: 0
Respuesta: Duda Toogle

Aquí está el CSS:

@CHARSET "UTF-8";

body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

#titulo{text-align:center;
}

#cabecera{
background-color: lime;
color: black;
width: 100%;
height: 40px;

}

#cabecera ul {
padding: 0px;
width: 100%;
height: 100%;
margin-left:5%;
margin-top: 0;
margin-bottom: 0;
}

#cabecera li {
position:relative;
bottom:30%;
float: left;
margin-left:4%;
margin-right:4%;
height: 100%;
list-style: none;
}

#reg {
position:relative;
top:20px;
}


#formulario {
display:none;
margin: 0;
margin-top:20px;
padding: 0;
}


#cuerpo {
background-color: red;
color: black;
width: 100%;
height: 100%;
padding: 0 0 0 0;
margin: 0 0 0 0;
}