estilos.css 199 Bytes
Newer Older
Jose Figueredo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

h1{
    text-align: center;
    
}

div{
    text-align: center;
    
}


table {
    margin: 0 auto;

    height: 200px;
    width: 200px;
    text-align:center;

/*    margin: 30px 0 0 100px;*/

}