indexStyle.css 216 Bytes
Newer Older
1 2 3 4 5
body{
    background-image:url(/img/fondoIndex.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:100vh;width:100vw;  
6
    background-attachment: fixed;
7 8
    -webkit-text-size-adjust: 100%;
}