nice features

This commit is contained in:
MassiveAtoms
2020-05-25 02:15:12 -03:00
parent 6acc614785
commit 175c4d9631
18 changed files with 149 additions and 25 deletions

View File

@ -0,0 +1,13 @@
table,
th,
td {
border: 1px solid black;
border-collapse: collapse;
padding: 0.5em;
}
td:nth-child(3),
td:nth-child(2) {
text-align: right;
}