04/04/2006, 13:26
|
| | Fecha de Ingreso: diciembre-2005
Mensajes: 142
Antigüedad: 19 años, 1 mes 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;
} |