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