blob: a33614d17bddc27fd1977c3193d9128d5db0f307 [file] [log] [blame]
<!DOCTYPE html>
<style>
tr {
page-break-inside: avoid;
border: 10px solid blue;
}
td {
width: 80px;
height: 200px;
}
td + td {
border-top: 20px solid green;
border-bottom: 20px solid green;
}
</style>
<div style="columns: 2; column-gap: 0; height: 300px; width: 400px">
<table style="border-collapse: collapse">
<tr><td></td><td></td></tr>
<tr><td></td><td></td></tr>
</table>
</div>