updown/css/updown.css
eclipse bffe457e13 * added upload, download, and delete functionality
* added error handling
* added CSS stylesheet
* bumped version to 0.3
2023-11-11 17:22:10 +01:00

14 lines
119 B
CSS

.table {
display: table;
margin: 0 auto;
}
.tr {
display: table-row;
}
.td {
display: table-cell;
}