actualizada plantilla para tablas

This commit is contained in:
sejo 2022-02-09 18:02:10 -06:00
parent 99499e5afd
commit ee160e4c01
1 changed files with 16 additions and 4 deletions

View File

@ -21,8 +21,20 @@ header h1{
h1,h2,h3{
font-family: serif;
}
th,td{
border-width: 3px;
border-style:ridge;
padding:5px;
table {
font-size: smaller;
max-width: 90%;
border-collapse: collapse;
margin: 1em auto;
text-align:left;
}
tbody th {
border-bottom: 1px solid black;
padding: 0.1em 1em;
}
tbody td {
padding: 0.1em 1em;
}
td.num{
text-align:right;
}