Cita:
Iniciado por Triby Código HTML:
<style type="text/css">
p.Estilo1 {
font-weight: 900;
}
p.Estilo2 {
font-color: #CCCCCC;
}
</style>
1- font-weight solo acepta bold, normal, etc... checa todas las opciones antes de asignar un valor.
2- font-color no existe, sólo se teclea color.
Nada , he tecleado color y no cambia el color solo el tamaño mira , por cierto font-weight si que acepta numeros
Código PHP:
<style type="text/css">
p.Estilo1 {
font-weight: 900;
}
p.Estilo2 {
color: #CCCCCC;
}
</style>