main.css 264 Bytes
Newer Older
Joel Florentin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#screen-anterior,#screen{
    width: 11em;
    height: 2em;
    margin-left: 30%;
    text-align: right;
}

.tecla{
    border: 2px solid;
    padding: 3px;
    height: 2em;
    width: 2em;
    padding:0px;
    text-align: center;
}

table{
    margin-left: 30%;
}