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

13 lines
149 B
CSS

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