houtmarkt-jeremy/markt/static/css/styles.css

13 lines
159 B
CSS
Raw Normal View History

2020-05-25 05:15:12 +00:00
table,
th,
td {
border: 1px solid black;
border-collapse: collapse;
padding: 0.5em;
}
td:nth-child(3),
td:nth-child(2) {
text-align: right;
}