background transparent

Mettre un background transparent

Comment mettre une couleur de fond transparente en css

transparent, background transparent, css transparent background, transparent background, transparent css, css transparent, fond css transparent, not provided, transparent en css, mettre fond transparent css, italic css, fond twitter transparent, un background, couleur transparente css

En css lorsque plusieurs éléments se superposent il peut être utile de mettre un background en transparent.

Pour mettre en transparent une couleur de fond nous pouvons utiliser la propriété css background :


.maclasse {
background:transparent;
}

Ou encore directement la propriété background-color pour mettre une couleur de fond transparente :


.maclasse {
background:transparent;
}


Image : phil h

 
 

b1n@sp1n