Banner con background de color difuminado.
NOTA: Si lo haces bien, también puedes agregar un vídeo y encima un texto con background tenue...
CSS
header::before{
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.532);
    position: absolute;
    z-index: 1;
}
No hay comentarios:
Publicar un comentario