styles.css 571 Bytes
Newer Older
Silvia Barrientos committed
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


.tabla_estilo {
   width: 1000px;
   border-top: 1px solid #292929;
   border-left: 1px solid #292929;
   border-right: 1px solid #292929;
   margin: 60px 120px;
   border-spacing: 0;
}

.cabecera {
    background-color: #fafafa;

}




th {
    border-bottom: 1px solid #292929;
    padding: 5px;
}


.equipos {
    text-align: left;
    background-color: #fafafa;

}

h1 {
    text-align: center;
    color: white;
    margin: 30px 250px;
}

header {
    display: flex;
    background-color: #000000;
    background-size: cover;
    height: 100px;
    margin: -8px;
}