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