cargoStyle.css 201 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
body{
    background-image:url(/img/fondoBlanco.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:100vh;width:100vw; 
}
label {
    display: inline-block;
    width: 100px;
}