Files
n0id_space/web/style.css
2025-07-05 21:59:26 +02:00

13 lines
151 B
CSS

table, th, td {
border: 1px solid;
border-collapse: collapse;
width: 50%;
max-width: 600px;
padding: 4px;
}
.float-right{
float:right;
}