30/05/2009, 21:52
|
| | | Fecha de Ingreso: abril-2007 Ubicación: Lima - Peru
Mensajes: 505
Antigüedad: 17 años, 8 meses Puntos: 4 | |
Respuesta: problema con lineas este es el css
body {
width: 95%;
height: 100%;
background-color: #AC6A54
}
#marco {
width: 80%;
height: 80%;
margin: 0 auto;
}
#contenido {
width: 100%;
height: 100%;
float: center;
text-align: left
}
#img {
border: 1px solid #000000;
width: 100%;
height: 50%;
float: right;
background-color: #ffffff
}
#cuatro {
width: 10%;
height: 10%;
float: left;
color:#ffffff;
}
#cinco {
width: 10%;
height: 10%;
float: right;
color:#ffffff;
}
#seis {
width: 10%;
height: 10%;
float: right;
color:#ffffff;
}
#siete {
width: 8%;
height: 10%;
float: right;
color:#ffffff;
}
#ocho {
width: 8%;
height: 10%;
float: right;
color:#ffffff;
}
#nueve {
width: 8%;
height: 10%;
float: right;
color:#ffffff;
}
#diez {
width: 8%;
height: 10%;
float: right;
color:#ffffff;
}
#once {
width: 10%;
height: 10%;
float: right;
color:#ffffff;
}
#doce {
width: 8%;
height: 6%;
float: right;
color:#ffffff;
}
#trece {
width: 20%;
height: 20%;
float: right;
color:#ffffff;
} |