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