index.html :
Código HTML:
<html>
<head>
<title>Có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é