elTesto/internal/views/static/css/style.css
2025-03-24 05:39:02 -06:00

10 lines
No EOL
138 B
CSS

table {
border-collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid black;
padding: 8px;
text-align: left;
}