Ajout d'une couleur d'arrière-plan transparente dans CSS

div {
  background-color: #b2b2b2;
  background-color: rgba(0, 0, 0, .3);
}
Hatim Eddinani