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