styles.css 514 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
.tabla_estilo {
    width: 100%;
    border-spacing: 0;
    margin-top: 20px;
}
 
.cabecera {
    background-color: teal;
}

 
td {
    border: 1px solid #292929;
    padding: 5px;
    text-align: left;
    font-size: 15px;
}
 
a {
    text-decoration: none;
}
 
h1{
    text-align: center;
    color: white;
    margin: 10px;
}
 
header {
    display: flex;
    background-color: teal;
    background-size: cover;
    height: 60px;
    margin: -8px;
}

p {
    margin: 0;
    color: white;
    font-size: 20px;
}