AlvaroRuizGomez
8/15/2019 - 5:01 PM

Fondo y Texto encima

Imagen con texto por encima

// Método - Fondo con texto encima
figure{
        // Tamaño de la caja
        height: 400px;

        // Fondo Múltiple
        background: 
                    url(../assets/img/desktop/@1x/oscurecer.png),
                    url(../assets/img/desktop/@1x/banner.jpg) 50% 20% / cover no-repeat;

        // Texto
        figcaption{
            font-size: 5rem;
            color: white;
        }
}