| Línea 11: | Línea 11: | ||
border-left: 1px solid #004AA1; | border-left: 1px solid #004AA1; | ||
border-right: 1px solid #004AA1; | border-right: 1px solid #004AA1; | ||
| + | } | ||
| + | th{ | ||
| + | text-align: center; | ||
| + | background-color: #004AA1; | ||
| + | color: white; | ||
| + | padding: 6px; | ||
| + | font-size: 25px; | ||
} | } | ||
Revisión del 16:37 28 ago 2015
/* El CSS colocado en esta página será aplicado a todas las apariencias */
table {
width:100%;
border-spacing: 0px;
}
table, tr{
border: 2px solid #004aa1;
}
td{
border-left: 1px solid #004AA1;
border-right: 1px solid #004AA1;
}
th{
text-align: center;
background-color: #004AA1;
color: white;
padding: 6px;
font-size: 25px;
}
