Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/12/2015, 17:58
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Pregunta Poner opacity a etiqueta sin que se afecte el texto

Buenas noches
Tengo este .css

Código CSS:
Ver original
  1. article {
  2.     width: 920px;
  3.     display: block;
  4.     margin: 10px auto 10px auto;
  5.     padding: 5px;
  6.         opacity: .6;
  7.     }
  8.  
  9. article p {
  10.     font-family: Helvetica, Arial, sans-serif;
  11.     font-size: 15px;
  12.     color: #FFF;
  13.     line-height: 20px;
  14.     text-align: justify;
  15.     font-weight: normal;
  16.     }

Pero todo toma la propiedad de opacity.
¿Cómo hago para poner solo el fondo con opacity sin que se afecte su contendio?

Gracias por su ayuda
__________________
Diseñador Gráfico publicitario