houtmarkt-jeremy/markt/static/css/styles.css
2020-05-27 17:57:30 +00:00

13 lines
159 B
CSS
Executable File

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