Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/04/2006, 13:26
b44
 
Fecha de Ingreso: diciembre-2005
Mensajes: 142
Antigüedad: 18 años, 4 meses
Puntos: 0
Consulta sobre tamaño fuente

Tengo esta hoja de estilo y el tamaño de ls fuente no varia si yo cambio el tamaño ¿porqué?

H1 {
font-family: Arial,Sans-Serif;
font-sice: 3pt;
color:#800000;
text-align:left;
}
H2 {
font-family:Arial,Sans-Serif;
font-sice: 1pt;
color:#945cCC;
text-align:right;
}
H3 {
font-family:Arial,Sans-Serif;
font-sice: 2pt;
color:#8C9999;
text-align:right;
}
H4 {
font-family:Arial,Sans-Serif;
font-sice: 3pt;
color:#800000;
text-align:center;
}
body {
background-color: #FFFFF0;
}