elTesto/internal/views/static/css/style.css

10 lines
138 B
CSS
Raw Normal View History

2025-03-24 11:39:02 +00:00
table {
border-collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid black;
padding: 8px;
text-align: left;
}