22 lines
155 B
CSS
22 lines
155 B
CSS
table {
|
|
width: 100%;
|
|
}
|
|
|
|
table,
|
|
td,
|
|
th {
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
th {
|
|
height: 10vh;
|
|
}
|
|
|
|
tr {
|
|
line-break: auto;
|
|
}
|
|
th,
|
|
td {
|
|
width: 33%;
|
|
}
|