tirandoDados.css 501 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
ul li{
    list-style: none;  
}

.resultado{
    width: 60px;
    height: 60px;
    padding: 10px;
}

#resultado1{
    float: left;
    color: blue;
}

#resultado2{
    float: left;
    color: blue;
}

#resultado3{
    float: left;
    color: blue;
}

#resultado4{
    float: left;
    color: blue;
}

#resultado5{
    float: left;
    color: blue;
}

#resultado6{
    float: left;
    color: blue;
}

.boton{
    font-size: 20px;
    color: red;
    font-weight: bold;
    border: 2px black solid;
}