Miren el CSS:
Código :
body { text-align: center ; background-color: #FF0000; } #contenido { widht: 2000px ; margin-left: 300px ; margin-right: 300px ; background-color: #E2F0DC ; } #sidebar-izquierda { widht: 300px ; float: left ; padding: 25px ; background-color: #FFF200; } #sidebar-derecha { widht: 300px ; float: right ; padding: 25px ; background-color: #FFF200; } #centro { width: 367px ; background-color: #5100FF ; float: left ; text-align: center; } #footer { background-color : #FF0004; border-left-color : #090909; border-left-width : 5px; clear : both; font-style : italic; text-align : center; }
Por ej. Ese Border del footer no me funciona.
Aprovechando este tema, me gustaría preguntaros cual sería la propiedad CSS para aplicarle un color al texto de un div.
Saludos