Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/11/2009, 07:14
Avatar de jose91
jose91
 
Fecha de Ingreso: septiembre-2009
Ubicación: Cordoba
Mensajes: 48
Antigüedad: 14 años, 7 meses
Puntos: 1
Respuesta: Duda sobre Capas

index.html :

Código HTML:
<html>
<head>
<title>C&oacute;rdoba</title>
<link rel="StyleSheet" href="estilos.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<div id="Cabecera">Hola</div>
</head>

<body>

</body>
</html> 
estilos.css :

Código HTML:
/* CSS Document */

#cabecera {
  color:red;
  background-color:blue;
  Width:100px;
  Heigth:150px;
}
si lo hago así, solo me colorea el fondo del texto...y no se porqué