Comment mettre une superposition noire sur une photo CSS

.header {
  background: rgba(0, 0, 0, 0.5); /* Black color with 50% alpha/opacity */
}
Anthony Smith