Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
194 B
19 lines
194 B
table {
|
|
border-collapse: collapse;
|
|
width: 100%
|
|
}
|
|
|
|
table, th, td {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
td {
|
|
width: 1%;
|
|
height: 1cm;
|
|
}
|
|
|
|
|
|
.fill {
|
|
width: 100%;
|
|
max-width: 100%
|
|
}
|
|
|