mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-27 11:41:43 +01:00
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
<table class="sticky-table-column">
|
|
<tbody>
|
|
{% for i in range(0, 3) -%}
|
|
<tr>
|
|
<td class="sticky-table-column__sticky">{% rectangle %}</td>
|
|
<td>{% lines "hor", 3 %}</td>
|
|
<td>{% lines "hor", 2 %}</td>
|
|
</tr>
|
|
{%- endfor %}
|
|
</tbody>
|
|
</table> |