Commit f69879a7cc054f8b4b0ee748a1bcce7265738f9d

Authored by Marcelo Puebla
1 parent 40925785f2
Exists in master and in 1 other branch validar_pve

Agregada propiedad para estilo de imagen con efecto blur.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/app/home/home.component.scss
1 .background-image { 1 .background-image {
2 background-image: url(http://www.nortecorrientes.com/content/bucket/7/304027w980.jpg); 2 background-image: url(http://www.nortecorrientes.com/content/bucket/7/304027w980.jpg);
3 background-repeat: no-repeat;
4 background-size: cover;
3 position: absolute; 5 position: absolute;
4 width: 100%; 6 width: 100%;
5 height: 100%; 7 height: 100%;
6 } 8 }
7 9