axum based webservice works.
This commit is contained in:
17
dist/styles.css
vendored
Normal file
17
dist/styles.css
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
.table {
|
||||
display: table;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: table-row;
|
||||
width: 30%;
|
||||
border: 1px #888 solid;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.cell {
|
||||
display: table-cell;
|
||||
padding: 5px;
|
||||
border: 1px solid #ccc;
|
||||
/* other styles */
|
||||
}
|
||||
Reference in New Issue
Block a user