Commit 4ddf811ea82df4bf07c1a4d02fb6692f0ad3430e

Authored by Marcelo Puebla
1 parent f69879a7cc
Exists in master

Cambio en efecto blur.

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
1 html, 1 html,
2 body { 2 body {
3 height: 100% !important; 3 height: 100% !important;
4 width: 100% !important; 4 width: 100% !important;
5 } 5 }
6 6
7 .blur { 7 .blur {
8 /* Add the blur effect */ 8 filter: blur(10px);
9 filter: blur(8px); 9 -webkit-filter: blur(10px);
10 -webkit-filter: blur(8px);
11 } 10 }
12 11